com.tibco.bw.plugin.config.jms
Interface JMSSharedConnectionConfigProps

All Superinterfaces:
CommonProps

public interface JMSSharedConnectionConfigProps
extends CommonProps

The set of all configuration properties of the JMS Shared Connection Shared Resource.


Field Summary
static byte AUTO_GENERATE_CLIENT_ID
          This is the Auto Generate Client ID configuration property.
static byte BOOLEAN
          This is the boolean type of the JNDI Properties configuration property.
static byte BYTE
          This is the byte type of the JNDI Properties configuration property.
static byte CHAR
          This is the char type of the JNDI Properties configuration property.
static byte CLIENT_ID
          This is the Client Id configuration property.
static byte CONNECTION_FACTORY_SSL_PASSWORD
          This is the Connection Factory SSL Password configuration property.
static byte DOUBLE
          This is the double type of the JNDI Properties configuration property.
static byte FLOAT
          This is the float type of the JNDI Properties configuration property.
static byte INT
          This is the int type of the JNDI Properties configuration property.
static byte JNDI_CONFIGURATION
          This is the JNDI Configuration configuration property.
static byte JNDI_CONTEXT_FACTORY
          This is the JNDI Context Factory configuration property.
static byte JNDI_CONTEXT_URL
          This is the JNDI Context URL configuration property.
static byte JNDI_PASSWORD
          This is the JNDI Password configuration property.
static byte JNDI_PROPERTIES
          This is the JNDI Properties configuration property.
static byte JNDI_USER_NAME
          This is the JNDI User Name configuration property.
static byte LONG
          This is the long type of the JNDI Properties configuration property.
static byte PASSWORD
          This is the Password configuration property.
static byte PROVIDER_URL
          This is the Provider URL configuration property.
static byte QUEUE_FACTORY_NAME
          This is the Queue Connection Factory configuration property.
static byte SHORT
          This is the short type of the JNDI Properties configuration property.
static byte SSL_CERT
          This is the Trusted Certificate Folder configuration property used in SSL Configuration.
static byte SSL_DEBUG_TRACE
          This is the Debug Trace configuration property used in SSL Configuration.
static byte SSL_EXPECTED_HOST_NAME
          This is the Expected Host Name configuration property used in SSL Configuration.
static byte SSL_IDENTITY
          This is the Identity configuration property used in SSL Configuration.
static byte SSL_STRONG_CIPHER_SUITES_ONLY
          This is the Strong Cipher Suites Only configuration property used in SSL Configuration.
static byte SSL_TRACE
          This is the Trace configuration property used in SSL Configuration.
static byte SSL_VERIFY_HOST_NAME
          This is the Verify Host Name configuration property used in SSL Configuration.
static byte STRING
          This is the string type of the JNDI Properties configuration property.
static byte TOPIC_FACTORY_NAME
          This is the Topic Connection Factory configuration property.
static byte USE_JNDI
          This is the Use JNDI for Connection Factory configuration property.
static byte USE_SHARED_JNDI_CONFIG
          This is the Use Share JNDI Configuration configuration property.
static byte USE_SSL
          This is the Use SSL configuration property.
static byte USE_XA_CF
          This is the Use XA configuration property.
static byte USER_NAME
          This is the User Name configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

USER_NAME


static final byte USER_NAME
This is the User Name configuration property.

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

See Also:
Constant Field Values

PASSWORD


static final byte 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

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

AUTO_GENERATE_CLIENT_ID


static final byte AUTO_GENERATE_CLIENT_ID
This is the Auto Generate Client ID configuration property.

The type of this configuration property is boolean

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

CONNECTION_FACTORY_SSL_PASSWORD


static final byte CONNECTION_FACTORY_SSL_PASSWORD
This is the Connection Factory SSL Password configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

SSL_TRACE


static final byte SSL_TRACE
This is the Trace configuration property used in SSL Configuration.

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 used in SSL Configuration.

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 used in SSL Configuration.

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 used in SSL Configuration.

The type of this configuration property is boolean

See Also:
Constant Field Values

SSL_CERT


static final byte SSL_CERT
This is the Trusted Certificate Folder configuration property used in SSL Configuration.

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 used in SSL Configuration.

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

See Also:
Constant Field Values

SSL_EXPECTED_HOST_NAME


static final byte SSL_EXPECTED_HOST_NAME
This is the Expected Host Name configuration property used in SSL Configuration.

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

See Also:
Constant Field Values

USE_JNDI


static final byte USE_JNDI
This is the Use JNDI for Connection Factory configuration property.

The type of this configuration property is boolean

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

JNDI_CONTEXT_URL


static final byte JNDI_CONTEXT_URL
This is the JNDI Context URL configuration property.

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

See Also:
Constant Field Values

JNDI_CONTEXT_FACTORY


static final byte JNDI_CONTEXT_FACTORY
This is the JNDI Context Factory configuration property.

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

See Also:
Constant Field Values

TOPIC_FACTORY_NAME


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

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

See Also:
Constant Field Values

QUEUE_FACTORY_NAME


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

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

See Also:
Constant Field Values

JNDI_USER_NAME


static final byte JNDI_USER_NAME
This is the JNDI User Name configuration property.

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

See Also:
Constant Field Values

JNDI_PASSWORD


static final byte JNDI_PASSWORD
This is the JNDI Password configuration property. The Pasword is returned in encrypted form.

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

See Also:
Constant Field Values

JNDI_PROPERTIES


static final byte JNDI_PROPERTIES
This is the JNDI Properties configuration property.

The type of this configuration property is List

See Also:
Constant Field Values

USE_SHARED_JNDI_CONFIG


static final byte USE_SHARED_JNDI_CONFIG
This is the Use Share JNDI Configuration configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

JNDI_CONFIGURATION


static final byte JNDI_CONFIGURATION
This is the JNDI Configuration configuration property.

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

See Also:
Constant Field Values

USE_XA_CF


static final byte USE_XA_CF
This is the Use XA configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

BOOLEAN


static final byte BOOLEAN
This is the boolean type of the JNDI Properties configuration property.

The type of this configuration property is byte

See Also:
Constant Field Values

BYTE


static final byte BYTE
This is the byte type of the JNDI Properties configuration property.

The type of this configuration property is byte

See Also:
Constant Field Values

SHORT


static final byte SHORT
This is the short type of the JNDI Properties configuration property.

The type of this configuration property is byte

See Also:
Constant Field Values

CHAR


static final byte CHAR
This is the char type of the JNDI Properties configuration property.

The type of this configuration property is byte

See Also:
Constant Field Values

INT


static final byte INT
This is the int type of the JNDI Properties configuration property.

The type of this configuration property is byte

See Also:
Constant Field Values

LONG


static final byte LONG
This is the long type of the JNDI Properties configuration property.

The type of this configuration property is byte

See Also:
Constant Field Values

FLOAT


static final byte FLOAT
This is the float type of the JNDI Properties configuration property.

The type of this configuration property is byte

See Also:
Constant Field Values

DOUBLE


static final byte DOUBLE
This is the double type of the JNDI Properties configuration property.

The type of this configuration property is byte

See Also:
Constant Field Values

STRING


static final byte STRING
This is the string type of the JNDI Properties configuration property.

The type of this configuration property is byte

See Also:
Constant Field Values


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