com.continuent.tungsten.replicator.thl
Class ProtocolParams

java.lang.Object
  extended by com.continuent.tungsten.replicator.thl.ProtocolParams

public class ProtocolParams
extends java.lang.Object

This class provides a list of defined Protocol class option names.


Field Summary
static java.lang.String INIT_EVENT_ID
          Initial event ID to search for when starting.
static java.lang.String RMI_HOST
          Client's RMI host.
static java.lang.String RMI_PORT
          Client's RMI port.
 
Constructor Summary
ProtocolParams()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INIT_EVENT_ID

public static final java.lang.String INIT_EVENT_ID
Initial event ID to search for when starting. If present value supercedes the sequence number value provided by the client. The server will instead search for and return the transaction that matches this native event ID.

See Also:
Constant Field Values

RMI_HOST

public static final java.lang.String RMI_HOST
Client's RMI host.

See Also:
Constant Field Values

RMI_PORT

public static final java.lang.String RMI_PORT
Client's RMI port.

See Also:
Constant Field Values
Constructor Detail

ProtocolParams

public ProtocolParams()