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

All Superinterfaces:
CommonProps

public interface GenericSessionConfigProps
extends CommonProps

The set of all configuration properties of the Generic Session Shared Resource.


Field Summary
static byte CLIENT_ID
          This is the Client Id configuration property.
static byte CM_NAME
          This is the CM Name 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 CONNECTION_FACTORY_NAME
          This is the JNDI Connection Factory Name configuration property.
static byte CONNECTION_FACTORY_TYPE
          This is the Connection Factory Type configuration property.
static byte CONNECTION_PASSWORD
          This is the Connection Password configuration property.
static byte CONNECTION_USER_NAME
          This is the Connection Username 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 ENABLE_HTTP
          This is the Enable HTTP configuration property.
static byte HOST
          This is the Host 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 OPERATION_TIMEOUT
          This is the Operation Timeout configuration property.
static byte PORT
          This is the Port configuration property.
static byte PROVIDER_CONTEXT_FACTORY
          This is the Provider Context Factory configuration property.
static byte PROVIDER_URL
          This is the Provider URL 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 SCHEDULER_ACTIVATION
          This is the Scheduler Activation configuration property.
static byte SCHEDULER_HEART_BEAT
          This is the Scheduler Heartbeat configuration property.
static byte SCHEDULER_WEIGHT
          This is the Scheduler Weight configuration property.
static byte SERVICE
          This is the Service configuration property.
static byte SESSION_TYPE
          This is the Session Type configuration property.
static byte SSL_CIPHER_SUITES
          This is the Cipher Suites configuration property.
static byte SSL_CONNECTION_PASSWORD
          This is the SSL Connection Password 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 Identity configuration property.
static byte SSL_ISSUER
          This is the Issuer configuration property.
static byte SSL_PASSWORD
          This is the Password configuration property.
static byte SSL_PRIVATE_KEY
          This is the Private Key configuration property.
static byte SSL_RENEGOTIATE_INTERVAL
          This is the Renegotiate Interval configuration property.
static byte SSL_RENEGOTIATE_SIZE
          This is the Renegotiate Size configuration property.
static byte SSL_TRACE
          This is the Trace configuration property.
static byte SSL_TRUSTED
          This is the Trusted configuration property.
static byte SSL_TRUSTED_CERT
          This is the Daemon Certificate configuration property.
static byte SSL_VENDOR
          This is the Vendor configuration property.
static byte SSL_VERIFY_HOST
          This is the Verify Host configuration property.
static byte SSL_VERIFY_HOST_NAME
          This is the Verify Host Name configuration property.
static byte SYNCHRONOUS_LEDGER_WRITES
          This is the Synchronous Ledger Writes configuration property.
static byte TRANSACTIONAL_NAME
          This is the Transactional Name configuration property.
static byte USE_SSL
          This is the Use SSL configuration property.
static byte WORKER_TASK
          This is the Worker Task configuration property.
static byte WORKER_WEIGHT
          This is the Worker Weight configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

SESSION_TYPE


static final byte SESSION_TYPE
This is the Session Type 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 java.lang.String

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

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

SYNCHRONOUS_LEDGER_WRITES


static final byte SYNCHRONOUS_LEDGER_WRITES
This is the Synchronous Ledger Writes configuration property.

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

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 java.lang.String

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

CONNECTION_FACTORY_NAME


static final byte CONNECTION_FACTORY_NAME
This is the JNDI Connection Factory Name configuration property.

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

See Also:
Constant Field Values

CONNECTION_FACTORY_TYPE


static final byte CONNECTION_FACTORY_TYPE
This is the Connection Factory Type 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 Username 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 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

PROVIDER_CONTEXT_FACTORY


static final byte PROVIDER_CONTEXT_FACTORY
This is the Provider Context Factory configuration property.

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

See Also:
Constant Field Values

SSL_TRUSTED_CERT


static final byte SSL_TRUSTED_CERT
This is the Daemon Certificate 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 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


static final byte SSL_VERIFY_HOST
This is the Verify Host 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_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

SSL_PASSWORD


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

SSL_CONNECTION_PASSWORD


static final byte SSL_CONNECTION_PASSWORD
This is the SSL 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

SSL_VENDOR


static final byte SSL_VENDOR
This is the Vendor configuration property.

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

See Also:
Constant Field Values

SSL_TRUSTED


static final byte SSL_TRUSTED
This is the Trusted configuration property.

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

See Also:
Constant Field Values

SSL_ISSUER


static final byte SSL_ISSUER
This is the Issuer configuration property.

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

See Also:
Constant Field Values

SSL_PRIVATE_KEY


static final byte SSL_PRIVATE_KEY
This is the Private Key configuration property.

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

See Also:
Constant Field Values

SSL_RENEGOTIATE_SIZE


static final byte SSL_RENEGOTIATE_SIZE
This is the Renegotiate Size configuration property.

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

See Also:
Constant Field Values

SSL_RENEGOTIATE_INTERVAL


static final byte SSL_RENEGOTIATE_INTERVAL
This is the Renegotiate Interval configuration property.

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

See Also:
Constant Field Values

SSL_CIPHER_SUITES


static final byte SSL_CIPHER_SUITES
This is the Cipher Suites configuration property.

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

See Also:
Constant Field Values

HOST


static final byte HOST
This is the Host configuration property.

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

See Also:
Constant Field Values

PORT


static final byte PORT
This is the Port configuration property.

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

See Also:
Constant Field Values

ENABLE_HTTP


static final byte ENABLE_HTTP
This is the Enable HTTP configuration property.

The type of this configuration property is boolean

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 Heartbeat 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

TRANSACTIONAL_NAME


static final byte TRANSACTIONAL_NAME
This is the Transactional Name configuration property.

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

See Also:
Constant Field Values

OPERATION_TIMEOUT


static final byte OPERATION_TIMEOUT
This is the Operation Timeout 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