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