public interface GenericObjectPoolMXBean
boolean getBlockWhenExhausted()
long getBorrowedCount()
long getCreatedCount()
java.lang.String getCreationStackTrace()
long getDestroyedByBorrowValidationCount()
long getDestroyedByEvictorCount()
long getDestroyedCount()
java.lang.String getFactoryType()
boolean getFairness()
BaseGenericObjectPool.getLifo()
boolean getLifo()
boolean getLogAbandoned()
long getMaxBorrowWaitTimeMillis()
int getMaxIdle()
GenericObjectPool.getMaxIdle()
int getMaxTotal()
long getMaxWaitMillis()
long getMeanActiveTimeMillis()
long getMeanBorrowWaitTimeMillis()
long getMeanIdleTimeMillis()
long getMinEvictableIdleTimeMillis()
int getMinIdle()
GenericObjectPool.getMinIdle()
int getNumActive()
GenericObjectPool.getNumActive()
int getNumIdle()
GenericObjectPool.getNumIdle()
int getNumTestsPerEvictionRun()
int getNumWaiters()
boolean getRemoveAbandonedOnBorrow()
boolean getRemoveAbandonedOnMaintenance()
int getRemoveAbandonedTimeout()
long getReturnedCount()
boolean getTestOnBorrow()
boolean getTestOnCreate()
BaseGenericObjectPool.getTestOnCreate()
boolean getTestOnReturn()
boolean getTestWhileIdle()
long getTimeBetweenEvictionRunsMillis()
boolean isAbandonedConfig()
boolean isClosed()
BaseGenericObjectPool.isClosed()
java.util.Set<DefaultPooledObjectInfo> listAllObjects()