|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDBCConnectionConfigProps
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 |
---|
static final byte JDBC_CONNECTION_TYPE
The type of this configuration property is java.lang.String
static final byte JDBC_DRIVER
The type of this configuration property is java.lang.String
static final byte DATABASE_URL
The type of this configuration property is java.lang.String
static final byte MAXIMUM_CONNECTIONS
The type of this configuration property is java.lang.String
static final byte USERNAME
The type of this configuration property is java.lang.String
static final byte PASSWORD
The type of this configuration property is java.lang.String
static final byte LOGIN_TIMEOUT
The type of this configuration property is java.lang.String
static final byte USE_SHARED_JNDI_CONFIG
The type of this configuration property is boolean
static final byte SHARED_JNDI_CONFIGURATION
The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps
static final byte JNDI_CONTEXT_FACTORY
The type of this configuration property is java.lang.String
static final byte JNDI_CONTEXT_URL
The type of this configuration property is java.lang.String
static final byte JNDI_USERNAME
The type of this configuration property is java.lang.String
static final byte JNDI_PASSWORD
The type of this configuration property is java.lang.String
static final byte JNDI_DATASOURCE_NAME
The type of this configuration property is java.lang.String
static final byte XA_DATASOURCE_CLASS
The type of this configuration property is java.lang.String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |