com.tibco.bw.plugin.config.adapterresources
Interface ServerConfigProps

All Superinterfaces:
CommonProps

public interface ServerConfigProps
extends CommonProps

The set of all configuration properties of the Server Activity.


Field Summary
static byte DELIVERY_MODE
          This is the Delivery Mode configuration property.
static byte DESTINATION
          This is the Destination configuration property.
static byte DURABLE_NAME
          This is the Durable Name configuration property.
static byte END_POINT_TYPE
          This is the Endpoint Type configuration property.
static byte MESSAGE_SELECTOR
          This is the Message Selector configuration property.
static byte STARTUP_STATE
          This is the Startup State configuration property.
static byte SUBJECT
          This is the Subject configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

END_POINT_TYPE


static final byte END_POINT_TYPE
This is the Endpoint Type configuration property.

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

See Also:
Constant Field Values

DELIVERY_MODE


static final byte DELIVERY_MODE
This is the Delivery Mode configuration property.

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

See Also:
Constant Field Values

SUBJECT


static final byte SUBJECT
This is the Subject configuration property.

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

See Also:
Constant Field Values

STARTUP_STATE


static final byte STARTUP_STATE
This is the Startup State configuration property.

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

See Also:
Constant Field Values

DESTINATION


static final byte DESTINATION
This is the Destination configuration property.

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

See Also:
Constant Field Values

DURABLE_NAME


static final byte DURABLE_NAME
This is the Durable Name configuration property.

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

See Also:
Constant Field Values

MESSAGE_SELECTOR


static final byte MESSAGE_SELECTOR
This is the Message Selector configuration property.

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

See Also:
Constant Field Values


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