|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Thread
org.mbari.siam.core.SleepManager
org.mbari.siam.moos.deployed.MOOSSleepManager
public class MOOSSleepManager
MOOSSleepManager extends the default implementation of the SleepManager by adding some hardware re-initialization after sleep.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.mbari.siam.core.SleepManager |
|---|
SleepManager.SleepLog, SleepManager.SleepLogEntry |
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
protected static int |
_instanceCount
|
| Fields inherited from class org.mbari.siam.core.SleepManager |
|---|
_dateFormatter, _debug, _instance, _lastWakeupTime, _log, _minAwakeTime, _minSleepTime, _nodeManager, _nodeProperties, _pollTime, _procRunner, _sleepDelay, _sleepManagerEnabled, _sleepRollCallList, _sleepString, _testThread, _wakeupTime, DFLT_MIN_AWAKE_TIME, DFLT_MIN_SLEEP_TIME, DFLT_POLL_TIME, DFLT_SLEEP_DELAY, DFLT_WAKEUP_TIME, PROP_PREFIX |
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
protected |
MOOSSleepManager()
|
| Method Summary | |
|---|---|
static SleepManager |
getInstance()
Method to get singleton instance. |
void |
postSuspend()
Do any necessary cleanup after returning from suspend |
| Methods inherited from class org.mbari.siam.core.SleepManager |
|---|
addSleepRollCallListener, doSuspend, enabled, run, set |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static int _instanceCount
| Constructor Detail |
|---|
protected MOOSSleepManager()
| Method Detail |
|---|
public static SleepManager getInstance()
public void postSuspend()
postSuspend in class SleepManager
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||