com.tibco.bw.plugin.config.transaction
Interface XATransactionManagerConfigProps

All Superinterfaces:
CommonProps

public interface XATransactionManagerConfigProps
extends CommonProps

The set of all configuration properties of the XA Transaction Manager Shared Resource.


Field Summary
static byte CUSTOM_TM_CLASS
          This is the Transaction Manager Wrapper Class configuration property.
static byte OPTIONAL_PROPERTIES
          This is the Optional Properties configuration property.
static int TM_BOOLEAN
          The Constant BOOLEAN.
static int TM_BYTE
          The Constant BYTE.
static int TM_CHAR
          The Constant CHAR.
static int TM_DOUBLE
          The Constant DOUBLE.
static int TM_FLOAT
          The Constant FLOAT.
static int TM_INT
          The Constant INT.
static int TM_LONG
          The Constant LONG.
static int TM_SHORT
          The Constant SHORT.
static int TM_STRING
          The Constant STRING.
static byte TRANSACTION_MANAGER
          This is the Transaction Manager configuration property.
static byte TRANSACTION_TIMEOUT
          This is the Transaction Timeout configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

TRANSACTION_MANAGER


static final byte TRANSACTION_MANAGER
This is the Transaction Manager configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

TRANSACTION_TIMEOUT


static final byte TRANSACTION_TIMEOUT
This is the Transaction Timeout configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

CUSTOM_TM_CLASS


static final byte CUSTOM_TM_CLASS
This is the Transaction Manager Wrapper Class configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

OPTIONAL_PROPERTIES


static final byte OPTIONAL_PROPERTIES
This is the Optional Properties configuration property.

The type of this configuration property is List

See Also:
Constant Field Values

TM_BOOLEAN


static final int TM_BOOLEAN
The Constant BOOLEAN.

See Also:
Constant Field Values

TM_BYTE


static final int TM_BYTE
The Constant BYTE.

See Also:
Constant Field Values

TM_SHORT


static final int TM_SHORT
The Constant SHORT.

See Also:
Constant Field Values

TM_CHAR


static final int TM_CHAR
The Constant CHAR.

See Also:
Constant Field Values

TM_INT


static final int TM_INT
The Constant INT.

See Also:
Constant Field Values

TM_LONG


static final int TM_LONG
The Constant LONG.

See Also:
Constant Field Values

TM_FLOAT


static final int TM_FLOAT
The Constant FLOAT.

See Also:
Constant Field Values

TM_DOUBLE


static final int TM_DOUBLE
The Constant DOUBLE.

See Also:
Constant Field Values

TM_STRING


static final int TM_STRING
The Constant STRING.

See Also:
Constant Field Values


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved