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