com.continuent.tungsten.replicator.thl
Class THLCommands

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

public class THLCommands
extends java.lang.Object

This class defines THLManagerCtrl commands

Version:
1.0
Author:
Linas Virbalas

Field Summary
static java.lang.String HELP
           
static java.lang.String INFO
           
static java.lang.String LIST
           
static java.lang.String PURGE
           
static java.lang.String SKIP
           
 
Constructor Summary
THLCommands()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIST

public static final java.lang.String LIST
See Also:
Constant Field Values

PURGE

public static final java.lang.String PURGE
See Also:
Constant Field Values

SKIP

public static final java.lang.String SKIP
See Also:
Constant Field Values

INFO

public static final java.lang.String INFO
See Also:
Constant Field Values

HELP

public static final java.lang.String HELP
See Also:
Constant Field Values
Constructor Detail

THLCommands

public THLCommands()