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

All Superinterfaces:
CommonProps
All Known Subinterfaces:
AdapterRequestResponseServerConfigProps, AdapterSubscriberConfigProps, AEPublisherCommonConfigProps, AEReceiverCommonConfigProps, InvokeAdapterRequestResponseConfigProps, PublishToAdapterConfigProps, WaitForAdapterMessageConfigProps, WaitForAdapterRequestConfigProps

public interface AECommonConfigProps
extends CommonProps

The set of all common configuration properties of the AE Activities .


Field Summary
static byte ADAPTER_SERVICE
          This is the Adapter Service configuration property.
static byte AUTO_AGENT_CLIENT_ID
          This is the Auto Agent Client ID configuration property.
static byte CLIENT_ID
          This is the Client ID configuration property.
static byte CM_NAME
          This is the CM Name configuration property.
static byte CONNECTION_PASSWORD
          This is the Connection Password configuration property.
static byte CONNECTION_USER_NAME
          This is the Connection User Name configuration property.
static byte DAEMON
          This is the Daemon configuration property.
static byte DEFAULT_TIME_LIMIT
          This is the Default Time Limit configuration property.
static byte JMS_APPLICATION_PROPERTIES
          This is the JMS Application Properties configuration property.
static byte JNDI_LOOKUPS
          This is the JNDI Lookups configuration property.
static byte LEDGER_FILE
          This is the Ledger File configuration property.
static byte NETWORK
          This is the Network configuration property.
static byte PREREGISTER_LISTENERS
          This is the Preregister Listeners configuration property.
static byte PROVIDER_URL
          This is the Provider URL configuration property.
static byte QUEUE
          This is the Queue configuration property.
static byte QUEUE_CONNECTION_FACTORY_NAME
          This is the Queue Connection Factory Name configuration property.
static byte RELAY_AGENT
          This is the Relay Agent configuration property.
static byte REQUIRE_OLD_MESSAGES
          This is the Require Old Messages configuration property.
static byte SERVICE
          This is the Service configuration property.
static byte SSL_DEBUG_TRACE
          This is the Debug Trace configuration property.
static byte SSL_EXPECTED_HOST_NAME
          This is the Expected Host Name configuration property.
static byte SSL_IDENTITY
          This is the SSL Identity configuration property.
static byte SSL_STRONG_CIPHER_SUITES_ONLY
          This is the Strong Cipher Suites Only configuration property.
static byte SSL_TRACE
          This is the Trace configuration property.
static byte SSL_TRUSTED_CERT
          This is the Trusted Certificate Folder configuration property.
static byte SSL_VERIFY_HOST_NAME
          This is the Verify Host Name configuration property.
static byte SUBJECT
          This is the Subject configuration property.
static byte SYNC_LEDGER
          This is the Sync Ledger configuration property.
static byte TOPIC
          This is the Topic configuration property.
static byte TOPIC_CONNECTION_FACTORY_NAME
          This is the Topic Connection Factory Name configuration property.
static byte TRANSPORT_TYPE
          This is the Transport Type configuration property.
static byte USE_SSL
          This is the Use SSL configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

ADAPTER_SERVICE


static final byte ADAPTER_SERVICE
This is the Adapter Service configuration property.

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

See Also:
Constant Field Values

TRANSPORT_TYPE


static final byte TRANSPORT_TYPE
This is the Transport 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

SERVICE


static final byte SERVICE
This is the Service configuration property.

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

See Also:
Constant Field Values

NETWORK


static final byte NETWORK
This is the Network configuration property.

The type of this configuration property is

See Also:
Constant Field Values

DAEMON


static final byte DAEMON
This is the Daemon configuration property.

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

See Also:
Constant Field Values

USE_SSL


static final byte USE_SSL
This is the Use SSL configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

CM_NAME


static final byte CM_NAME
This is the CM Name configuration property.

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

See Also:
Constant Field Values

PREREGISTER_LISTENERS


static final byte PREREGISTER_LISTENERS
This is the Preregister Listeners configuration property.

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

See Also:
Constant Field Values

RELAY_AGENT


static final byte RELAY_AGENT
This is the Relay Agent configuration property.

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

See Also:
Constant Field Values

LEDGER_FILE


static final byte LEDGER_FILE
This is the Ledger File configuration property.

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

See Also:
Constant Field Values

SYNC_LEDGER


static final byte SYNC_LEDGER
This is the Sync Ledger configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

DEFAULT_TIME_LIMIT


static final byte DEFAULT_TIME_LIMIT
This is the Default Time Limit configuration property.

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

See Also:
Constant Field Values

REQUIRE_OLD_MESSAGES


static final byte REQUIRE_OLD_MESSAGES
This is the Require Old Messages configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

QUEUE


static final byte QUEUE
This is the Queue configuration property.

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

See Also:
Constant Field Values

TOPIC


static final byte TOPIC
This is the Topic configuration property.

The type of this configuration property is

See Also:
Constant Field Values

AUTO_AGENT_CLIENT_ID


static final byte AUTO_AGENT_CLIENT_ID
This is the Auto Agent Client ID configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

CLIENT_ID


static final byte CLIENT_ID
This is the Client ID configuration property.

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

See Also:
Constant Field Values

JNDI_LOOKUPS


static final byte JNDI_LOOKUPS
This is the JNDI Lookups configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

QUEUE_CONNECTION_FACTORY_NAME


static final byte QUEUE_CONNECTION_FACTORY_NAME
This is the Queue Connection Factory Name configuration property.

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

See Also:
Constant Field Values

TOPIC_CONNECTION_FACTORY_NAME


static final byte TOPIC_CONNECTION_FACTORY_NAME
This is the Topic Connection Factory Name configuration property.

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

See Also:
Constant Field Values

CONNECTION_USER_NAME


static final byte CONNECTION_USER_NAME
This is the Connection User Name configuration property.

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

See Also:
Constant Field Values

CONNECTION_PASSWORD


static final byte CONNECTION_PASSWORD
This is the Connection Password configuration property. The Password is returned in encrypted form.

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

See Also:
Constant Field Values

PROVIDER_URL


static final byte PROVIDER_URL
This is the Provider URL configuration property.

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

See Also:
Constant Field Values

JMS_APPLICATION_PROPERTIES


static final byte JMS_APPLICATION_PROPERTIES
This is the JMS Application Properties configuration property.

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

See Also:
Constant Field Values

SSL_TRUSTED_CERT


static final byte SSL_TRUSTED_CERT
This is the Trusted Certificate Folder configuration property.

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

See Also:
Constant Field Values

SSL_IDENTITY


static final byte SSL_IDENTITY
This is the SSL Identity configuration property.

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

See Also:
Constant Field Values

SSL_TRACE


static final byte SSL_TRACE
This is the Trace configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

SSL_DEBUG_TRACE


static final byte SSL_DEBUG_TRACE
This is the Debug Trace configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

SSL_VERIFY_HOST_NAME


static final byte SSL_VERIFY_HOST_NAME
This is the Verify Host Name configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

SSL_STRONG_CIPHER_SUITES_ONLY


static final byte SSL_STRONG_CIPHER_SUITES_ONLY
This is the Strong Cipher Suites Only configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

SSL_EXPECTED_HOST_NAME


static final byte SSL_EXPECTED_HOST_NAME
This is the Expected Host Name 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