com.continuent.tungsten.replicator.thl
Class ProtocolMessage

java.lang.Object
  extended by com.continuent.tungsten.replicator.thl.ProtocolMessage
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ProtocolHandshake, ProtocolHandshakeResponse, ProtocolHeartbeat, ProtocolNOK, ProtocolOK, ProtocolReplEvent, ProtocolReplEventRequest

public class ProtocolMessage
extends java.lang.Object
implements java.io.Serializable

This class defines a ProtocolMessage

Version:
1.0
Author:
Teemu Ollakka
See Also:
Serialized Form

Constructor Summary
ProtocolMessage(java.io.Serializable payload)
           
 
Method Summary
 java.io.Serializable getPayload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolMessage

public ProtocolMessage(java.io.Serializable payload)
Method Detail

getPayload

public java.io.Serializable getPayload()