com.continuent.tungsten.replicator.thl
Class ProtocolReplEvent

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

public class ProtocolReplEvent
extends ProtocolMessage

See Also:
Serialized Form

Constructor Summary
ProtocolReplEvent(ReplEvent event)
           
 
Method Summary
 ReplEvent getReplEvent()
           
 
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

ProtocolReplEvent

public ProtocolReplEvent(ReplEvent event)
Method Detail

getReplEvent

public ReplEvent getReplEvent()