Package org.apache.catalina.tribes.group
Class GroupChannel.HeartbeatThread
java.lang.Object
java.lang.Thread
org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- GroupChannel
If 
Channel.getHeartbeat()==true then a thread of this class
 is created.- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.ThreadThread.State, Thread.UncaughtExceptionHandler
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final GroupChannelprotected static intprotected booleanprotected final longFields inherited from class java.lang.ThreadMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThreadactiveCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
- 
Field Details- 
counterprotected static int counter
- 
doRunprotected volatile boolean doRun
- 
channel
- 
sleepTimeprotected final long sleepTime
 
- 
- 
Constructor Details- 
HeartbeatThread
 
- 
- 
Method Details