Uses of Class
com.continuent.tungsten.replicator.thl.ProtocolMessage

Packages that use ProtocolMessage
com.continuent.tungsten.replicator.thl   
 

Uses of ProtocolMessage in com.continuent.tungsten.replicator.thl
 

Subclasses of ProtocolMessage in com.continuent.tungsten.replicator.thl
 class ProtocolHandshake
          This class defines a ProtocolHandshake, which is sent from the master to a slave as the slave connects.
 class ProtocolHandshakeResponse
          This class defines a ProtocolHandshakeResponse, which clients return to the THL server.
 class ProtocolHeartbeat
          This class defines a heartbeat event used to keep slave connections active.
 class ProtocolNOK
          This class defines a ProtocolNOK
 class ProtocolOK
          This class defines a ProtocolOK
 class ProtocolReplEvent
           
 class ProtocolReplEventRequest
           
 

Methods in com.continuent.tungsten.replicator.thl that return ProtocolMessage
protected  ProtocolMessage Protocol.readMessage()
          TODO: readMessage definition.
 

Methods in com.continuent.tungsten.replicator.thl with parameters of type ProtocolMessage
protected  void Protocol.writeMessage(ProtocolMessage msg)
          TODO: writeMessage definition.