|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Thread biz.chitec.quarterback.util.StoppableThread biz.chitec.quarterback.gjsa.CBServerConnector.LineWakeupToggler
Background thread to send keep alive packets through the connection
Nested Class Summary |
Nested classes inherited from class biz.chitec.quarterback.util.StoppableThread |
StoppableThread.StopException |
Field Summary | |
private long |
sleeptime
|
Fields inherited from class biz.chitec.quarterback.util.StoppableThread |
shouldbestopped |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
CBServerConnector.LineWakeupToggler()
Start toggler with standard interval |
|
CBServerConnector.LineWakeupToggler(long xst)
Start toggler with arbitrary interval |
Method Summary | |
void |
run()
Main loop |
void |
stopGracefully()
Stops toggler. |
Methods inherited from class biz.chitec.quarterback.util.StoppableThread |
shouldBeStopped |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private long sleeptime
Constructor Detail |
public CBServerConnector.LineWakeupToggler(long xst)
public CBServerConnector.LineWakeupToggler()
Method Detail |
public void run()
public void stopGracefully()
stopGracefully
in class StoppableThread
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |