com.tibco.bw.plugin.config.jdbc
Interface JDBCConnectionConfigProps

All Superinterfaces:
CommonProps

public interface JDBCConnectionConfigProps
extends CommonProps

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


Field Summary
static byte DATABASE_URL
          This is the Database URL configuration property.
static byte JDBC_CONNECTION_TYPE
          This is the Connection Type configuration property.
static byte JDBC_DRIVER
          This is the JDBC Driver 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_DATASOURCE_NAME
          This is the JNDI DataSource Name configuration property.
static byte JNDI_PASSWORD
          This is the JNDI Password configuration property.
static byte JNDI_USERNAME
          This is the JNDI User Name configuration property.
static byte LOGIN_TIMEOUT
          This is the Login Timeout(sec) configuration property.
static byte MAXIMUM_CONNECTIONS
          This is the Maximum Connections configuration property.
static byte PASSWORD
          This is the Password configuration property.
static byte SHARED_JNDI_CONFIGURATION
          This is the JNDI Configuration configuration property.
static byte USE_SHARED_JNDI_CONFIG
          This is the Use Shared JNDI Configuration configuration property.
static byte USERNAME
          This is the Username configuration property.
static byte XA_DATASOURCE_CLASS
          This is the XA DataSource Class configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

JDBC_CONNECTION_TYPE


static final byte JDBC_CONNECTION_TYPE
This is the Connection Type configuration property.

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

See Also:
Constant Field Values

JDBC_DRIVER


static final byte JDBC_DRIVER
This is the JDBC Driver configuration property.

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

See Also:
Constant Field Values

DATABASE_URL


static final byte DATABASE_URL
This is the Database URL configuration property.

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

See Also:
Constant Field Values

MAXIMUM_CONNECTIONS


static final byte MAXIMUM_CONNECTIONS
This is the Maximum Connections configuration property.

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

See Also:
Constant Field Values

USERNAME


static final byte USERNAME
This is the Username 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 Pasword is returned in encrypted form.

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

See Also:
Constant Field Values

LOGIN_TIMEOUT


static final byte LOGIN_TIMEOUT
This is the Login Timeout(sec) configuration property.

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

See Also:
Constant Field Values

USE_SHARED_JNDI_CONFIG


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

The type of this configuration property is boolean

See Also:
Constant Field Values

SHARED_JNDI_CONFIGURATION


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

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

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_USERNAME


static final byte JNDI_USERNAME
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 type of this configuration property is java.lang.String

See Also:
Constant Field Values

JNDI_DATASOURCE_NAME


static final byte JNDI_DATASOURCE_NAME
This is the JNDI DataSource Name configuration property.

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

See Also:
Constant Field Values

XA_DATASOURCE_CLASS


static final byte XA_DATASOURCE_CLASS
This is the XA DataSource Class 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