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
public static class GroupChannel.HeartbeatThread
- extends Thread
Title: Internal heartbeat thread
Description: if Channel.getHeartbeat()==true
then a thread of this class
is created
- Version:
- 1.0
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 |
counter
protected static int counter
doRun
protected volatile boolean doRun
channel
protected GroupChannel channel
sleepTime
protected long sleepTime
GroupChannel.HeartbeatThread
public GroupChannel.HeartbeatThread(GroupChannel channel,
long sleepTime)
inc
protected static int inc()
stopHeartbeat
public void stopHeartbeat()
run
public void run()
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.