class SameStatusThread extends IstiThread
DEFAULT_TERMINATE_WAIT_TIME, terminateFlag| Constructor and Description |
|---|
SameStatusThread(Server serverObj,
long pollDelayMS)
Creates a thread object that calls the server process methods that
track when all the stations in a group have the same status level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The executing method of the thread.
|
clearThreadWaitNotifyFlag, isTerminated, nextThreadNum, notifyThread, start, terminate, terminate, waitForNotify, waitForNotify, waitForTerminate, waitForTerminate, wasStartedactiveCount, 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, stop, stop, suspend, toString, yieldpublic SameStatusThread(Server serverObj, long pollDelayMS)
serverObj - the Server object to use.pollDelayMS - the length of time to delay between sets of polls
(in milliseconds).