com.tibco.bw.plugin.config.ae
Interface AEReceiverCommonConfigProps

All Superinterfaces:
AECommonConfigProps, CommonProps
All Known Subinterfaces:
AdapterRequestResponseServerConfigProps, AdapterSubscriberConfigProps, WaitForAdapterMessageConfigProps, WaitForAdapterRequestConfigProps

public interface AEReceiverCommonConfigProps
extends AECommonConfigProps

The set of all common configuration properties for AE receiver Activities.


Field Summary
static byte AUTO_CONFIRM
          This is the Auto onfirm configuration property.
static byte CMQ_NAME
          This is the CMQ Name configuration property.
static byte COMPLETE_TIME
          This is the Complete Time configuration property.
static byte DURABLE
          This is the Durable configuration property.
static byte DURABLE_NAME
          This is the Durable Name configuration property.
static byte MESSAGE_FORMAT
          This is the Message Format configuration property.
static byte PRECREATE_TRANSACTION
          This is the Precreate Transactions configuration property.
static byte SCHEDULER_ACTIVATION
          This is the Scheduler Activation configuration property.
static byte SCHEDULER_HEART_BEAT
          This is the Scheduler Heart Beat configuration property.
static byte SCHEDULER_WEIGHT
          This is the Scheduler Weight configuration property.
static byte TRANSACTED_SESSION
          This is the Transacted Session configuration property.
static byte TRANSACTIONAL
          This is the Transactional configuration property.
static byte WORKER_TASK
          This is the Worker Task configuration property.
static byte WORKER_WEIGHT
          This is the Worker Weight configuration property.
static byte XA_TRANSACTION_MANAGER
          This is the XA Transaction Manager configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.ae.AECommonConfigProps
ADAPTER_SERVICE, AUTO_AGENT_CLIENT_ID, CLIENT_ID, CM_NAME, CONNECTION_PASSWORD, CONNECTION_USER_NAME, DAEMON, DEFAULT_TIME_LIMIT, JMS_APPLICATION_PROPERTIES, JNDI_LOOKUPS, LEDGER_FILE, NETWORK, PREREGISTER_LISTENERS, PROVIDER_URL, QUEUE, QUEUE_CONNECTION_FACTORY_NAME, RELAY_AGENT, REQUIRE_OLD_MESSAGES, SERVICE, SSL_DEBUG_TRACE, SSL_EXPECTED_HOST_NAME, SSL_IDENTITY, SSL_STRONG_CIPHER_SUITES_ONLY, SSL_TRACE, SSL_TRUSTED_CERT, SSL_VERIFY_HOST_NAME, SUBJECT, SYNC_LEDGER, TOPIC, TOPIC_CONNECTION_FACTORY_NAME, TRANSPORT_TYPE, USE_SSL
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

AUTO_CONFIRM


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

The type of this configuration property is boolean

See Also:
Constant Field Values

TRANSACTIONAL


static final byte TRANSACTIONAL
This is the Transactional configuration property.

The type of this configuration property is

See Also:
Constant Field Values

PRECREATE_TRANSACTION


static final byte PRECREATE_TRANSACTION
This is the Precreate Transactions configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

XA_TRANSACTION_MANAGER


static final byte XA_TRANSACTION_MANAGER
This is the XA Transaction Manager configuration property.

The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps

See Also:
Constant Field Values

TRANSACTED_SESSION


static final byte TRANSACTED_SESSION
This is the Transacted Session configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

DURABLE


static final byte DURABLE
This is the Durable configuration property.

The type of this configuration property is boolean

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

CMQ_NAME


static final byte CMQ_NAME
This is the CMQ Name configuration property.

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

See Also:
Constant Field Values

COMPLETE_TIME


static final byte COMPLETE_TIME
This is the Complete Time configuration property.

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

See Also:
Constant Field Values

SCHEDULER_WEIGHT


static final byte SCHEDULER_WEIGHT
This is the Scheduler Weight configuration property.

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

See Also:
Constant Field Values

SCHEDULER_HEART_BEAT


static final byte SCHEDULER_HEART_BEAT
This is the Scheduler Heart Beat configuration property.

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

See Also:
Constant Field Values

SCHEDULER_ACTIVATION


static final byte SCHEDULER_ACTIVATION
This is the Scheduler Activation configuration property.

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

See Also:
Constant Field Values

WORKER_WEIGHT


static final byte WORKER_WEIGHT
This is the Worker Weight configuration property.

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

See Also:
Constant Field Values

WORKER_TASK


static final byte WORKER_TASK
This is the Worker Task configuration property.

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

See Also:
Constant Field Values

MESSAGE_FORMAT


static final byte MESSAGE_FORMAT
This is the Message Format 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