com.ibm.di.server
Class ServerConstants

java.lang.Object
  extended by com.ibm.di.server.ServerConstants

public class ServerConstants
extends Object


Field Summary
static String[] DELTA_BEHAVIOR
           
static String[] NVB_BEHAVIOR
           
static String[] NVD_DEFINITION
           
static int TYPE_ADDONLY
           
static int TYPE_ATTRIBUTEMAP
           
static int TYPE_BRANCH
           
static int TYPE_CALLREPLY
           
static int TYPE_CASE
           
static int TYPE_DELETE
           
static int TYPE_DELTA
           
static int TYPE_FUNCTION
           
static int TYPE_ITERATOR
           
static int TYPE_LOOKUP
           
static int TYPE_LOOP
           
static int TYPE_REPLYCHANNEL
           
static int TYPE_SCRIPT
           
static int TYPE_SERVER
           
static int TYPE_SWITCH
           
static int TYPE_UPDATE
           
static String VIRTUAL_CONNECTOR_NAME
           
 
Constructor Summary
ServerConstants()
           
 
Method Summary
static int getDeltaType(String type)
           
static int getType(String type)
           
static String getTypeString(int type)
           
static int indexOfType(String[] table, String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIRTUAL_CONNECTOR_NAME

public static final String VIRTUAL_CONNECTOR_NAME
See Also:
Constant Field Values

TYPE_ITERATOR

public static final int TYPE_ITERATOR
See Also:
Constant Field Values

TYPE_UPDATE

public static final int TYPE_UPDATE
See Also:
Constant Field Values

TYPE_LOOKUP

public static final int TYPE_LOOKUP
See Also:
Constant Field Values

TYPE_DELETE

public static final int TYPE_DELETE
See Also:
Constant Field Values

TYPE_ADDONLY

public static final int TYPE_ADDONLY
See Also:
Constant Field Values

TYPE_CALLREPLY

public static final int TYPE_CALLREPLY
See Also:
Constant Field Values

TYPE_SCRIPT

public static final int TYPE_SCRIPT
See Also:
Constant Field Values

TYPE_FUNCTION

public static final int TYPE_FUNCTION
See Also:
Constant Field Values

TYPE_BRANCH

public static final int TYPE_BRANCH
See Also:
Constant Field Values

TYPE_REPLYCHANNEL

public static final int TYPE_REPLYCHANNEL
See Also:
Constant Field Values

TYPE_SERVER

public static final int TYPE_SERVER
See Also:
Constant Field Values

TYPE_DELTA

public static final int TYPE_DELTA
See Also:
Constant Field Values

TYPE_LOOP

public static final int TYPE_LOOP
See Also:
Constant Field Values

TYPE_ATTRIBUTEMAP

public static final int TYPE_ATTRIBUTEMAP
See Also:
Constant Field Values

TYPE_SWITCH

public static final int TYPE_SWITCH
See Also:
Constant Field Values

TYPE_CASE

public static final int TYPE_CASE
See Also:
Constant Field Values

NVB_BEHAVIOR

public static final String[] NVB_BEHAVIOR

NVD_DEFINITION

public static final String[] NVD_DEFINITION

DELTA_BEHAVIOR

public static final String[] DELTA_BEHAVIOR
Constructor Detail

ServerConstants

public ServerConstants()
Method Detail

getDeltaType

public static int getDeltaType(String type)

getType

public static int getType(String type)

indexOfType

public static int indexOfType(String[] table,
                              String type)

getTypeString

public static String getTypeString(int type)