java.lang.Object
org.apache.catalina.tribes.group.GroupChannel.HeartbeatRunnable
 
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- GroupChannel
public class GroupChannel.HeartbeatRunnable
extends Object
implements Runnable 
Title: Internal heartbeat runnable
 Description: if Channel.getHeartbeat()==true then a thread of this class
 is created
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
HeartbeatRunnablepublic HeartbeatRunnable() 
 
- 
Method Details
- 
runpublic void run() 
- Specified by:
- runin interface- Runnable