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

All Superinterfaces:
AECommonConfigProps, CommonProps
All Known Subinterfaces:
InvokeAdapterRequestResponseConfigProps, PublishToAdapterConfigProps

public interface AEPublisherCommonConfigProps
extends AECommonConfigProps

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


Field Summary
static byte DELIVERY_MODE
          This is the Delivery Mode configuration property.
static byte OVERRIDE_TRANSACTION
          This is the Override Transaction configuration property.
static byte TIME_TO_LIVE
          This is the Time to Live 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

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

TIME_TO_LIVE


static final byte TIME_TO_LIVE
This is the Time to Live configuration property.

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

See Also:
Constant Field Values

OVERRIDE_TRANSACTION


static final byte OVERRIDE_TRANSACTION
This is the Override Transaction configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values


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