org.glassfish.admin.amx.intf.config
Interface JdbcConnectionPool

All Superinterfaces:
AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, ConfigElement, Description, NamedConfigElement, PropertiesAccess, RefReferent, ResourceRefReferent

Deprecated. Configuration for the <jdbc-connection-pool> element.

NOTE: some getters/setters use java.lang.String. This is a problem; these methods cannot use the AppServer template facility, whereby an Attribute value can be of the form attr-name=${ATTR_VALUE}. For an example of where/how this facility is used, see the <http-listener> element, which looks like this:

 <http-listener id="http-listener-1" address="0.0.0.0" port="${HTTP_LISTENER_PORT}" acceptor-threads="1" security-enabled="false" default-virtual server="server" server-name="" xpowered-by="true" enabled="true">
 
The 'port' attribute above is set to the value "${HTTP_LISTENER_PORT}", which is a system property. Obviously no method that uses 'String' could get or set a String.

@Deprecated
public interface JdbcConnectionPool
extends Description, NamedConfigElement, PropertiesAccess, ResourceRefReferent


Field Summary
static String ALLOW_NON_COMPONENT_CALLERS_KEY
          Deprecated. Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}
static String CONNECTION_VALIDATION_METHOD_KEY
          Deprecated. Key for use with ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)

See ConnectionValidationMethodValues.

static String DATABASE_NAME_KEY
          Deprecated. Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}
static String DATABASE_PASSWORD_KEY
          Deprecated. Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}
static String DATABASE_USER_KEY
          Deprecated. Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}
static String DATASOURCE_CLASSNAME_KEY
          Deprecated. Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}
static String FAIL_ALL_CONNECTIONS_KEY
          Deprecated. Key for use with ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)
static String IDLE_TIMEOUT_IN_SECONDS_KEY
          Deprecated. Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}
static String IS_CONNECTION_VALIDATION_REQUIRED_KEY
          Deprecated. Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}
static String IS_ISOLATION_LEVEL_GUARANTEED_KEY
          Deprecated. Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}
static String MAX_POOL_SIZE_KEY
          Deprecated. Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}
static String MAX_WAIT_TIME_MILLIS_KEY
          Deprecated. Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}
static String NON_TRANSACTIONAL_CONNECTIONS_KEY
          Deprecated. Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}
static String POOL_RESIZE_QUANTITY_KEY
          Deprecated. Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}
static String RES_TYPE_KEY
          Deprecated. Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)} Possible values: javax.sql.DataSource javax.sql.XADataSource javax.sql.ConnectionPoolDataSource
static String STEADY_POOL_SIZE_KEY
          Deprecated. Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}
static String TRANSACTION_ISOLATION_LEVEL_KEY
          Deprecated. Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)} See IsolationValues.
static String VALIDATION_TABLE_NAME_KEY
          Deprecated. Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}
 
Method Summary
 String getAllowNonComponentCallers()
          Deprecated.  
 String getAssociateWithThread()
          Deprecated.  
 String getConnectionCreationRetryAttempts()
          Deprecated.  
 String getConnectionCreationRetryIntervalInSeconds()
          Deprecated.  
 String getConnectionLeakReclaim()
          Deprecated.  
 String getConnectionLeakTimeoutInSeconds()
          Deprecated.  
 String getConnectionValidationMethod()
          Deprecated.  
 String getDatasourceClassname()
          Deprecated.  
 String getDescription()
          Deprecated.  
 String getDriverClassname()
          Deprecated.  
 String getFailAllConnections()
          Deprecated.  
 String getIdleTimeoutInSeconds()
          Deprecated.  
 String getInitSql()
          Deprecated.  
 String getIsConnectionValidationRequired()
          Deprecated.  
 String getIsIsolationLevelGuaranteed()
          Deprecated.  
 String getLazyConnectionAssociation()
          Deprecated.  
 String getLazyConnectionEnlistment()
          Deprecated.  
 String getMatchConnections()
          Deprecated.  
 String getMaxConnectionUsageCount()
          Deprecated.  
 String getMaxPoolSize()
          Deprecated.  
 String getMaxWaitTimeInMillis()
          Deprecated.  
 String getNonTransactionalConnections()
          Deprecated.  
 String getPing()
          Deprecated.  
 String getPooling()
          Deprecated.  
 String getPoolResizeQuantity()
          Deprecated.  
 String getResType()
          Deprecated.  
 String getSqlTraceListeners()
          Deprecated.  
 String getStatementCacheSize()
          Deprecated.  
 String getStatementLeakReclaim()
          Deprecated.  
 String getStatementLeakTimeoutInSeconds()
          Deprecated.  
 String getStatementTimeoutInSeconds()
          Deprecated.  
 String getSteadyPoolSize()
          Deprecated.  
 String getTransactionIsolationLevel()
          Deprecated.  
 String getValidateAtmostOncePeriodInSeconds()
          Deprecated.  
 String getValidationClassname()
          Deprecated.  
 String getValidationTableName()
          Deprecated.  
 String getWrapJdbcObjects()
          Deprecated.  
 void setAllowNonComponentCallers(String param1)
          Deprecated.  
 void setAssociateWithThread(String param1)
          Deprecated.  
 void setConnectionCreationRetryAttempts(String param1)
          Deprecated.  
 void setConnectionCreationRetryIntervalInSeconds(String param1)
          Deprecated.  
 void setConnectionLeakReclaim(String param1)
          Deprecated.  
 void setConnectionLeakTimeoutInSeconds(String param1)
          Deprecated.  
 void setConnectionValidationMethod(String param1)
          Deprecated.  
 void setDatasourceClassname(String param1)
          Deprecated.  
 void setDescription(String param1)
          Deprecated.  
 void setDriverClassname(String param1)
          Deprecated.  
 void setFailAllConnections(String param1)
          Deprecated.  
 void setIdleTimeoutInSeconds(String param1)
          Deprecated.  
 void setInitSql(String param1)
          Deprecated.  
 void setIsConnectionValidationRequired(String param1)
          Deprecated.  
 void setIsIsolationLevelGuaranteed(String param1)
          Deprecated.  
 void setLazyConnectionAssociation(String param1)
          Deprecated.  
 void setLazyConnectionEnlistment(String param1)
          Deprecated.  
 void setMatchConnections(String param1)
          Deprecated.  
 void setMaxConnectionUsageCount(String param1)
          Deprecated.  
 void setMaxPoolSize(String param1)
          Deprecated.  
 void setMaxWaitTimeInMillis(String param1)
          Deprecated.  
 void setNonTransactionalConnections(String param1)
          Deprecated.  
 void setPing(String param1)
          Deprecated.  
 void setPooling(String param1)
          Deprecated.  
 void setPoolResizeQuantity(String param1)
          Deprecated.  
 void setResType(String param1)
          Deprecated.  
 void setSqlTraceListeners(String param1)
          Deprecated.  
 void setStatementCacheSize(String param1)
          Deprecated.  
 void setStatementLeakReclaim(String param1)
          Deprecated.  
 void setStatementLeakTimeoutInSeconds(String param1)
          Deprecated.  
 void setStatementTimeoutInSeconds(String param1)
          Deprecated.  
 void setSteadyPoolSize(String param1)
          Deprecated.  
 void setTransactionIsolationLevel(String param1)
          Deprecated.  
 void setValidateAtmostOncePeriodInSeconds(String param1)
          Deprecated.  
 void setValidationClassname(String param1)
          Deprecated.  
 void setValidationTableName(String param1)
          Deprecated.  
 void setWrapJdbcObjects(String param1)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.NamedConfigElement
getName
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.PropertiesAccess
getProperty
 

Field Detail

CONNECTION_VALIDATION_METHOD_KEY

static final String CONNECTION_VALIDATION_METHOD_KEY
Deprecated. 
Key for use with ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)

See ConnectionValidationMethodValues.

See Also:
Constant Field Values

VALIDATION_TABLE_NAME_KEY

static final String VALIDATION_TABLE_NAME_KEY
Deprecated. 
Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}

See Also:
Constant Field Values

DATASOURCE_CLASSNAME_KEY

static final String DATASOURCE_CLASSNAME_KEY
Deprecated. 
Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}

See Also:
Constant Field Values

FAIL_ALL_CONNECTIONS_KEY

static final String FAIL_ALL_CONNECTIONS_KEY
Deprecated. 
Key for use with ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)

See Also:
Constant Field Values

IDLE_TIMEOUT_IN_SECONDS_KEY

static final String IDLE_TIMEOUT_IN_SECONDS_KEY
Deprecated. 
Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}

See Also:
Constant Field Values

IS_CONNECTION_VALIDATION_REQUIRED_KEY

static final String IS_CONNECTION_VALIDATION_REQUIRED_KEY
Deprecated. 
Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}

See Also:
Constant Field Values

IS_ISOLATION_LEVEL_GUARANTEED_KEY

static final String IS_ISOLATION_LEVEL_GUARANTEED_KEY
Deprecated. 
Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}

See Also:
Constant Field Values

TRANSACTION_ISOLATION_LEVEL_KEY

static final String TRANSACTION_ISOLATION_LEVEL_KEY
Deprecated. 
Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)} See IsolationValues.

See Also:
Constant Field Values

MAX_POOL_SIZE_KEY

static final String MAX_POOL_SIZE_KEY
Deprecated. 
Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}

See Also:
Constant Field Values

MAX_WAIT_TIME_MILLIS_KEY

static final String MAX_WAIT_TIME_MILLIS_KEY
Deprecated. 
Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}

See Also:
Constant Field Values

POOL_RESIZE_QUANTITY_KEY

static final String POOL_RESIZE_QUANTITY_KEY
Deprecated. 
Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}

See Also:
Constant Field Values

NON_TRANSACTIONAL_CONNECTIONS_KEY

static final String NON_TRANSACTIONAL_CONNECTIONS_KEY
Deprecated. 
Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}

See Also:
Constant Field Values

ALLOW_NON_COMPONENT_CALLERS_KEY

static final String ALLOW_NON_COMPONENT_CALLERS_KEY
Deprecated. 
Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}

See Also:
Constant Field Values

RES_TYPE_KEY

static final String RES_TYPE_KEY
Deprecated. 
Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)} Possible values:

See Also:
Constant Field Values

STEADY_POOL_SIZE_KEY

static final String STEADY_POOL_SIZE_KEY
Deprecated. 
Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}

See Also:
Constant Field Values

DATABASE_NAME_KEY

static final String DATABASE_NAME_KEY
Deprecated. 
Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}

See Also:
Constant Field Values

DATABASE_USER_KEY

static final String DATABASE_USER_KEY
Deprecated. 
Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}

See Also:
Constant Field Values

DATABASE_PASSWORD_KEY

static final String DATABASE_PASSWORD_KEY
Deprecated. 
Key for use with @link { ResourcesConfig#createJDBCConnectionPoolConfig(String, String, Map)}

See Also:
Constant Field Values
Method Detail

getDescription

String getDescription()
Deprecated. 
Specified by:
getDescription in interface Description

setDescription

void setDescription(String param1)
Deprecated. 
Specified by:
setDescription in interface Description

getResType

String getResType()
Deprecated. 

setResType

void setResType(String param1)
Deprecated. 

getIsConnectionValidationRequired

String getIsConnectionValidationRequired()
Deprecated. 

setIsConnectionValidationRequired

void setIsConnectionValidationRequired(String param1)
Deprecated. 

getFailAllConnections

String getFailAllConnections()
Deprecated. 

setFailAllConnections

void setFailAllConnections(String param1)
Deprecated. 

getIdleTimeoutInSeconds

String getIdleTimeoutInSeconds()
Deprecated. 

setIdleTimeoutInSeconds

void setIdleTimeoutInSeconds(String param1)
Deprecated. 

getMaxPoolSize

String getMaxPoolSize()
Deprecated. 

setMaxPoolSize

void setMaxPoolSize(String param1)
Deprecated. 

getMaxWaitTimeInMillis

String getMaxWaitTimeInMillis()
Deprecated. 

setMaxWaitTimeInMillis

void setMaxWaitTimeInMillis(String param1)
Deprecated. 

getPoolResizeQuantity

String getPoolResizeQuantity()
Deprecated. 

setPoolResizeQuantity

void setPoolResizeQuantity(String param1)
Deprecated. 

getSteadyPoolSize

String getSteadyPoolSize()
Deprecated. 

setSteadyPoolSize

void setSteadyPoolSize(String param1)
Deprecated. 

getConnectionLeakTimeoutInSeconds

String getConnectionLeakTimeoutInSeconds()
Deprecated. 

setConnectionLeakTimeoutInSeconds

void setConnectionLeakTimeoutInSeconds(String param1)
Deprecated. 

getConnectionLeakReclaim

String getConnectionLeakReclaim()
Deprecated. 

setConnectionLeakReclaim

void setConnectionLeakReclaim(String param1)
Deprecated. 

getConnectionCreationRetryAttempts

String getConnectionCreationRetryAttempts()
Deprecated. 

setConnectionCreationRetryAttempts

void setConnectionCreationRetryAttempts(String param1)
Deprecated. 

getConnectionCreationRetryIntervalInSeconds

String getConnectionCreationRetryIntervalInSeconds()
Deprecated. 

setConnectionCreationRetryIntervalInSeconds

void setConnectionCreationRetryIntervalInSeconds(String param1)
Deprecated. 

getValidateAtmostOncePeriodInSeconds

String getValidateAtmostOncePeriodInSeconds()
Deprecated. 

setValidateAtmostOncePeriodInSeconds

void setValidateAtmostOncePeriodInSeconds(String param1)
Deprecated. 

getLazyConnectionEnlistment

String getLazyConnectionEnlistment()
Deprecated. 

setLazyConnectionEnlistment

void setLazyConnectionEnlistment(String param1)
Deprecated. 

getLazyConnectionAssociation

String getLazyConnectionAssociation()
Deprecated. 

setLazyConnectionAssociation

void setLazyConnectionAssociation(String param1)
Deprecated. 

getAssociateWithThread

String getAssociateWithThread()
Deprecated. 

setAssociateWithThread

void setAssociateWithThread(String param1)
Deprecated. 

getMatchConnections

String getMatchConnections()
Deprecated. 

setMatchConnections

void setMatchConnections(String param1)
Deprecated. 

getMaxConnectionUsageCount

String getMaxConnectionUsageCount()
Deprecated. 

setMaxConnectionUsageCount

void setMaxConnectionUsageCount(String param1)
Deprecated. 

getConnectionValidationMethod

String getConnectionValidationMethod()
Deprecated. 

setConnectionValidationMethod

void setConnectionValidationMethod(String param1)
Deprecated. 

getDatasourceClassname

String getDatasourceClassname()
Deprecated. 

setDatasourceClassname

void setDatasourceClassname(String param1)
Deprecated. 

getIsIsolationLevelGuaranteed

String getIsIsolationLevelGuaranteed()
Deprecated. 

setIsIsolationLevelGuaranteed

void setIsIsolationLevelGuaranteed(String param1)
Deprecated. 

getTransactionIsolationLevel

String getTransactionIsolationLevel()
Deprecated. 

setTransactionIsolationLevel

void setTransactionIsolationLevel(String param1)
Deprecated. 

getValidationTableName

String getValidationTableName()
Deprecated. 

setValidationTableName

void setValidationTableName(String param1)
Deprecated. 

getNonTransactionalConnections

String getNonTransactionalConnections()
Deprecated. 

setNonTransactionalConnections

void setNonTransactionalConnections(String param1)
Deprecated. 

getAllowNonComponentCallers

String getAllowNonComponentCallers()
Deprecated. 

setAllowNonComponentCallers

void setAllowNonComponentCallers(String param1)
Deprecated. 

getWrapJdbcObjects

String getWrapJdbcObjects()
Deprecated. 

setWrapJdbcObjects

void setWrapJdbcObjects(String param1)
Deprecated. 

getStatementTimeoutInSeconds

String getStatementTimeoutInSeconds()
Deprecated. 

setStatementTimeoutInSeconds

void setStatementTimeoutInSeconds(String param1)
Deprecated. 

getStatementCacheSize

String getStatementCacheSize()
Deprecated. 

setStatementCacheSize

void setStatementCacheSize(String param1)
Deprecated. 

getSqlTraceListeners

String getSqlTraceListeners()
Deprecated. 

setSqlTraceListeners

void setSqlTraceListeners(String param1)
Deprecated. 

getValidationClassname

String getValidationClassname()
Deprecated. 

setValidationClassname

void setValidationClassname(String param1)
Deprecated. 

getPing

String getPing()
Deprecated. 

setPing

void setPing(String param1)
Deprecated. 

getPooling

String getPooling()
Deprecated. 

setPooling

void setPooling(String param1)
Deprecated. 

getInitSql

String getInitSql()
Deprecated. 

setInitSql

void setInitSql(String param1)
Deprecated. 

getDriverClassname

String getDriverClassname()
Deprecated. 

setDriverClassname

void setDriverClassname(String param1)
Deprecated. 

getStatementLeakTimeoutInSeconds

String getStatementLeakTimeoutInSeconds()
Deprecated. 

setStatementLeakTimeoutInSeconds

void setStatementLeakTimeoutInSeconds(String param1)
Deprecated. 

getStatementLeakReclaim

String getStatementLeakReclaim()
Deprecated. 

setStatementLeakReclaim

void setStatementLeakReclaim(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.