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

All Superinterfaces:
CommonProps

public interface ClientConfigProps
extends CommonProps

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


Field Summary
static byte DELIVERY_MODE
          This is the Delivery Mode 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 INVOCATION_TIMEOUT
          This is the Invocation Timeout configuration property.
static byte PRE_REGISTERED_LISTENER
          This is the Preregistered Listener 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

INVOCATION_TIMEOUT


static final byte INVOCATION_TIMEOUT
This is the Invocation Timeout 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

PRE_REGISTERED_LISTENER


static final byte PRE_REGISTERED_LISTENER
This is the Preregistered Listener 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