com.tibco.bw.plugin.config.jms
Interface JMSAppPropConfigProps

All Superinterfaces:
CommonProps

public interface JMSAppPropConfigProps
extends CommonProps

The set of all configuration properties of the JMS Application Properties Shared Resource.


Field Summary
static byte BOOLEAN
          This is the Type of the JMS Application Properties.
static byte BYTE
          This is the Type of the JMS Application Properties.
static byte CHAR
          This is the Type of the JMS Application Properties.
static byte DOUBLE
          This is the Type of the JMS Application Properties.
static byte FLOAT
          This is the Type of the JMS Application Properties.
static byte INT
          This is the Type of the JMS Application Properties.
static byte LONG
          This is the Type of the JMS Application Properties.
static byte PROPERTIES
          This is the Properties configuration property.
static byte SHORT
          This is the Type of the JMS Application Properties.
static byte STRING
          This is the Type of the JMS Application Properties.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

PROPERTIES


static final byte PROPERTIES
This is the Properties configuration property.

The type of this configuration property is List

See Also:
Constant Field Values

BOOLEAN


static final byte BOOLEAN
This is the Type of the JMS Application Properties.

See Also:
Constant Field Values

BYTE


static final byte BYTE
This is the Type of the JMS Application Properties.

See Also:
Constant Field Values

SHORT


static final byte SHORT
This is the Type of the JMS Application Properties.

See Also:
Constant Field Values

CHAR


static final byte CHAR
This is the Type of the JMS Application Properties.

See Also:
Constant Field Values

INT


static final byte INT
This is the Type of the JMS Application Properties.

See Also:
Constant Field Values

LONG


static final byte LONG
This is the Type of the JMS Application Properties.

See Also:
Constant Field Values

FLOAT


static final byte FLOAT
This is the Type of the JMS Application Properties.

See Also:
Constant Field Values

DOUBLE


static final byte DOUBLE
This is the Type of the JMS Application Properties.

See Also:
Constant Field Values

STRING


static final byte STRING
This is the Type of the JMS Application Properties.

See Also:
Constant Field Values


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