|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenericObjectPoolMXBean
Defines the methods that will be made available via JMX. NOTE: This interface exists only to define those attributes and methods that will be made available via JMX. It must not be implemented by clients as it is subject to change between major, minor and patch version releases of commons pool. Clients that implement this interface may not, therefore, be able to upgrade to a new minor or patch release without requiring code changes.
Method Detail |
---|
boolean getBlockWhenExhausted()
BaseGenericObjectPool.getBlockWhenExhausted()
BaseGenericObjectPool.getBlockWhenExhausted()
boolean getLifo()
BaseGenericObjectPool.getLifo()
BaseGenericObjectPool.getLifo()
int getMaxIdle()
GenericObjectPool.getMaxIdle()
GenericObjectPool.getMaxIdle()
int getMaxTotal()
BaseGenericObjectPool.getMaxTotal()
BaseGenericObjectPool.getMaxTotal()
long getMaxWaitMillis()
BaseGenericObjectPool.getMaxWaitMillis()
BaseGenericObjectPool.getMaxWaitMillis()
long getMinEvictableIdleTimeMillis()
BaseGenericObjectPool.getMinEvictableIdleTimeMillis()
BaseGenericObjectPool.getMinEvictableIdleTimeMillis()
int getMinIdle()
GenericObjectPool.getMinIdle()
GenericObjectPool.getMinIdle()
int getNumActive()
GenericObjectPool.getNumActive()
GenericObjectPool.getNumActive()
int getNumIdle()
GenericObjectPool.getNumIdle()
GenericObjectPool.getNumIdle()
int getNumTestsPerEvictionRun()
BaseGenericObjectPool.getNumTestsPerEvictionRun()
BaseGenericObjectPool.getNumTestsPerEvictionRun()
boolean getTestOnCreate()
BaseGenericObjectPool.getTestOnCreate()
BaseGenericObjectPool.getTestOnCreate()
boolean getTestOnBorrow()
BaseGenericObjectPool.getTestOnBorrow()
BaseGenericObjectPool.getTestOnBorrow()
boolean getTestOnReturn()
BaseGenericObjectPool.getTestOnReturn()
BaseGenericObjectPool.getTestOnReturn()
boolean getTestWhileIdle()
BaseGenericObjectPool.getTestWhileIdle()
BaseGenericObjectPool.getTestWhileIdle()
long getTimeBetweenEvictionRunsMillis()
BaseGenericObjectPool.getTimeBetweenEvictionRunsMillis()
BaseGenericObjectPool.getTimeBetweenEvictionRunsMillis()
boolean isClosed()
BaseGenericObjectPool.isClosed()
BaseGenericObjectPool.isClosed()
long getBorrowedCount()
BaseGenericObjectPool.getBorrowedCount()
BaseGenericObjectPool.getBorrowedCount()
long getReturnedCount()
BaseGenericObjectPool.getReturnedCount()
BaseGenericObjectPool.getReturnedCount()
long getCreatedCount()
BaseGenericObjectPool.getCreatedCount()
BaseGenericObjectPool.getCreatedCount()
long getDestroyedCount()
BaseGenericObjectPool.getDestroyedCount()
BaseGenericObjectPool.getDestroyedCount()
long getDestroyedByEvictorCount()
BaseGenericObjectPool.getDestroyedByEvictorCount()
BaseGenericObjectPool.getDestroyedByEvictorCount()
long getDestroyedByBorrowValidationCount()
BaseGenericObjectPool.getDestroyedByBorrowValidationCount()
BaseGenericObjectPool.getDestroyedByBorrowValidationCount()
long getMeanActiveTimeMillis()
BaseGenericObjectPool.getMeanActiveTimeMillis()
BaseGenericObjectPool.getMeanActiveTimeMillis()
long getMeanIdleTimeMillis()
BaseGenericObjectPool.getMeanIdleTimeMillis()
BaseGenericObjectPool.getMeanIdleTimeMillis()
long getMeanBorrowWaitTimeMillis()
BaseGenericObjectPool.getMeanBorrowWaitTimeMillis()
BaseGenericObjectPool.getMeanBorrowWaitTimeMillis()
long getMaxBorrowWaitTimeMillis()
BaseGenericObjectPool.getMaxBorrowWaitTimeMillis()
BaseGenericObjectPool.getMaxBorrowWaitTimeMillis()
String getCreationStackTrace()
BaseGenericObjectPool.getCreationStackTrace()
BaseGenericObjectPool.getCreationStackTrace()
int getNumWaiters()
GenericObjectPool.getNumWaiters()
GenericObjectPool.getNumWaiters()
boolean isAbandonedConfig()
GenericObjectPool.isAbandonedConfig()
GenericObjectPool.isAbandonedConfig()
boolean getLogAbandoned()
GenericObjectPool.getLogAbandoned()
GenericObjectPool.getLogAbandoned()
boolean getRemoveAbandonedOnBorrow()
GenericObjectPool.getRemoveAbandonedOnBorrow()
GenericObjectPool.getRemoveAbandonedOnBorrow()
boolean getRemoveAbandonedOnMaintenance()
GenericObjectPool.getRemoveAbandonedOnMaintenance()
GenericObjectPool.getRemoveAbandonedOnMaintenance()
int getRemoveAbandonedTimeout()
GenericObjectPool.getRemoveAbandonedTimeout()
GenericObjectPool.getRemoveAbandonedTimeout()
String getFactoryType()
GenericObjectPool.getFactoryType()
GenericObjectPool.getFactoryType()
Set<DefaultPooledObjectInfo> listAllObjects()
GenericObjectPool.listAllObjects()
GenericObjectPool.listAllObjects()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |