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

All Superinterfaces:
CommonProps

public interface SubscriberConfigProps
extends CommonProps

The set of all configuration properties of the Subscriber Shared Resource.


Field Summary
static byte AUTO_CONFIRM
          This is the Auto Confirm configuration property.
static byte DESTINATION
          This is the Destination configuration property.
static byte END_POINT_TYPE
          This is the Endpoint Type configuration property.
static byte LISTEN_TIMEOUT
          This is the Listen Timeout 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.
static byte WIRE_FORMAT
          This is the Wire Format 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

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

LISTEN_TIMEOUT


static final byte LISTEN_TIMEOUT
This is the Listen Timeout 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

WIRE_FORMAT


static final byte WIRE_FORMAT
This is the Wire Format 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

AUTO_CONFIRM


static final byte AUTO_CONFIRM
This is the Auto Confirm configuration property.

The type of this configuration property is boolean

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