com.continuent.tungsten.replicator.thl
Class ProtocolHeartbeat

java.lang.Object
  extended by com.continuent.tungsten.replicator.thl.ProtocolMessage
      extended by com.continuent.tungsten.replicator.thl.ProtocolHeartbeat
All Implemented Interfaces:
java.io.Serializable

public class ProtocolHeartbeat
extends ProtocolMessage

This class defines a heartbeat event used to keep slave connections active.

Version:
1.0
Author:
Robert Hodges
See Also:
Serialized Form

Constructor Summary
ProtocolHeartbeat()
          Instantiate heartbeat event.
 
Method Summary
 
Methods inherited from class com.continuent.tungsten.replicator.thl.ProtocolMessage
getPayload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolHeartbeat

public ProtocolHeartbeat()
Instantiate heartbeat event. Heartbeats do not have a payload.