com.ibm.di.connector.disb
Class DISBConstants

java.lang.Object
  extended by com.ibm.di.connector.disb.DISBConstants

public class DISBConstants
extends java.lang.Object

This class contains various constants used by the DISB Component classes (e.g. attribute names, configuration constants, etc.).

Note: This class is for internal usage only. Any dependency from the end-user will not be supported. Changes to this class will happen without a warning.

Since:
7.1.1

Field Summary
static java.lang.String JMSMSG_ATTR_MSG
          JMS Message in Entry.
static java.lang.String JSONMSG_ATTR_CREATE
          JSON/Entry create.
static java.lang.String JSONMSG_ATTR_DELETE
          JSON/Entry delete.
static java.lang.String JSONMSG_ATTR_MESSAGE
          DIS JSON message in Entry.
static java.lang.String JSONMSG_ATTR_MODELOBJECT
          JSON/Entry modelObject.
static java.lang.String JSONMSG_ATTR_MODIFY
          JSON/Entry modify.
static java.lang.String JSONMSG_ATTR_OPSET
          JSON/Entry operationSet.
static java.lang.String JSONMSG_ATTR_OPSETID
          JSON/Entry opid.
static java.lang.String JSONMSG_ATTR_REFERENCE
          JSON/Entry reference.
static java.lang.String JSONMSG_ATTR_REFRESH
          JSON/Entry refresh.
static java.lang.String JSONMSG_ATTR_RELATIONSHIP
          JSON/Entry relationship.
static java.lang.String JSONMSG_ATTR_SOURCE
          JSON/Entry source.
static java.lang.String JSONMSG_ATTR_TARGET
          JSON/Entry target.
static java.lang.String JSONMSG_ATTR_TIMESTAMP
          JSON/Entry timeStamp.
static java.lang.String JSONMSG_IDML_ATTR_TIMESTAMP
          JSON/Entry timeStamp.
 
Constructor Summary
DISBConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JSONMSG_ATTR_CREATE

public static final java.lang.String JSONMSG_ATTR_CREATE
JSON/Entry create.

See Also:
Constant Field Values

JSONMSG_ATTR_MODIFY

public static final java.lang.String JSONMSG_ATTR_MODIFY
JSON/Entry modify.

See Also:
Constant Field Values

JSONMSG_ATTR_DELETE

public static final java.lang.String JSONMSG_ATTR_DELETE
JSON/Entry delete.

See Also:
Constant Field Values

JSONMSG_ATTR_REFRESH

public static final java.lang.String JSONMSG_ATTR_REFRESH
JSON/Entry refresh.

See Also:
Constant Field Values

JSONMSG_ATTR_REFERENCE

public static final java.lang.String JSONMSG_ATTR_REFERENCE
JSON/Entry reference.

See Also:
Constant Field Values

JSONMSG_ATTR_TIMESTAMP

public static final java.lang.String JSONMSG_ATTR_TIMESTAMP
JSON/Entry timeStamp.

See Also:
Constant Field Values

JSONMSG_ATTR_OPSET

public static final java.lang.String JSONMSG_ATTR_OPSET
JSON/Entry operationSet.

See Also:
Constant Field Values

JSONMSG_ATTR_OPSETID

public static final java.lang.String JSONMSG_ATTR_OPSETID
JSON/Entry opid.

See Also:
Constant Field Values

JSONMSG_ATTR_MESSAGE

public static final java.lang.String JSONMSG_ATTR_MESSAGE
DIS JSON message in Entry.

See Also:
Constant Field Values

JMSMSG_ATTR_MSG

public static final java.lang.String JMSMSG_ATTR_MSG
JMS Message in Entry.

See Also:
Constant Field Values

JSONMSG_ATTR_RELATIONSHIP

public static final java.lang.String JSONMSG_ATTR_RELATIONSHIP
JSON/Entry relationship.

See Also:
Constant Field Values

JSONMSG_ATTR_SOURCE

public static final java.lang.String JSONMSG_ATTR_SOURCE
JSON/Entry source.

See Also:
Constant Field Values

JSONMSG_ATTR_TARGET

public static final java.lang.String JSONMSG_ATTR_TARGET
JSON/Entry target.

See Also:
Constant Field Values

JSONMSG_ATTR_MODELOBJECT

public static final java.lang.String JSONMSG_ATTR_MODELOBJECT
JSON/Entry modelObject.

See Also:
Constant Field Values

JSONMSG_IDML_ATTR_TIMESTAMP

public static final java.lang.String JSONMSG_IDML_ATTR_TIMESTAMP
JSON/Entry timeStamp.

See Also:
Constant Field Values
Constructor Detail

DISBConstants

public DISBConstants()