org.apache.catalina.tribes.group
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
Field Summary | |
---|---|
protected GroupChannel | channel |
protected static int | counter |
protected boolean | doRun |
protected static Log | log |
protected long | sleepTime |
Constructor Summary | |
---|---|
HeartbeatThread(GroupChannel channel, long sleepTime) |
Method Summary | |
---|---|
protected static int | inc() |
void | run() |
void | stopHeartbeat() |