public interface BasicDataSourceMXBean
boolean getAbandonedUsageTracking()
boolean getCacheState()
BasicDataSource.getCacheState()
java.lang.String[] getConnectionInitSqlsAsArray()
java.lang.Boolean getDefaultAutoCommit()
java.lang.String getDefaultCatalog()
java.lang.Boolean getDefaultReadOnly()
int getDefaultTransactionIsolation()
java.lang.String[] getDisconnectionSqlCodesAsArray()
BasicDataSource.getDisconnectionSqlCodesAsArray()
java.lang.String getDriverClassName()
boolean getFastFailValidation()
BasicDataSource.getFastFailValidation()
int getInitialSize()
BasicDataSource.getInitialSize()
boolean getLifo()
BasicDataSource.getLifo()
boolean getLogAbandoned()
boolean getLogExpiredConnections()
BasicDataSource.getLogExpiredConnections()
long getMaxConnLifetimeMillis()
int getMaxIdle()
BasicDataSource.getMaxIdle()
int getMaxOpenPreparedStatements()
int getMaxTotal()
BasicDataSource.getMaxTotal()
long getMaxWaitMillis()
long getMinEvictableIdleTimeMillis()
int getMinIdle()
BasicDataSource.getMinIdle()
int getNumActive()
BasicDataSource.getNumActive()
int getNumIdle()
BasicDataSource.getNumIdle()
int getNumTestsPerEvictionRun()
java.lang.String getPassword()
BasicDataSource.getPassword()
boolean getRemoveAbandonedOnBorrow()
boolean getRemoveAbandonedOnMaintenance()
int getRemoveAbandonedTimeout()
long getSoftMinEvictableIdleTimeMillis()
boolean getTestOnBorrow()
boolean getTestOnCreate()
boolean getTestWhileIdle()
long getTimeBetweenEvictionRunsMillis()
java.lang.String getUrl()
BasicDataSource.getUrl()
java.lang.String getUsername()
BasicDataSource.getUsername()
java.lang.String getValidationQuery()
int getValidationQueryTimeout()
boolean isAccessToUnderlyingConnectionAllowed()
boolean isClosed()
BasicDataSource.isClosed()
boolean isPoolPreparedStatements()
Copyright © 2001-2015 Apache Software Foundation. Documenation generated July 8 2017.