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.

Members

Functions

getBlockWhenExhausted
bool getBlockWhenExhausted()

See {@link GenericObjectPool#getBlockWhenExhausted()} @return See {@link GenericObjectPool#getBlockWhenExhausted()}

getBorrowedCount
long getBorrowedCount()

See {@link GenericObjectPool#getBorrowedCount()} @return See {@link GenericObjectPool#getBorrowedCount()}

getCreatedCount
long getCreatedCount()

See {@link GenericObjectPool#getCreatedCount()} @return See {@link GenericObjectPool#getCreatedCount()}

getCreationStackTrace
string getCreationStackTrace()

See {@link GenericObjectPool#getCreationStackTrace()} @return See {@link GenericObjectPool#getCreationStackTrace()}

getDestroyedByBorrowValidationCount
long getDestroyedByBorrowValidationCount()

See {@link GenericObjectPool#getDestroyedByBorrowValidationCount()} @return See {@link GenericObjectPool#getDestroyedByBorrowValidationCount()}

getDestroyedByEvictorCount
long getDestroyedByEvictorCount()

See {@link GenericObjectPool#getDestroyedByEvictorCount()} @return See {@link GenericObjectPool#getDestroyedByEvictorCount()}

getDestroyedCount
long getDestroyedCount()

See {@link GenericObjectPool#getDestroyedCount()} @return See {@link GenericObjectPool#getDestroyedCount()}

getFactoryType
string getFactoryType()

See {@link GenericObjectPool#getFactoryType()} @return See {@link GenericObjectPool#getFactoryType()}

getFairness
bool getFairness()

See {@link GenericObjectPool#getLifo()} @return See {@link GenericObjectPool#getLifo()}

getLifo
bool getLifo()

See {@link GenericObjectPool#getFairness()} @return See {@link GenericObjectPool#getFairness()}

getLogAbandoned
bool getLogAbandoned()

See {@link GenericObjectPool#getLogAbandoned()} @return See {@link GenericObjectPool#getLogAbandoned()}

getMaxBorrowWaitTimeMillis
long getMaxBorrowWaitTimeMillis()

See {@link GenericObjectPool#getMaxBorrowWaitTimeMillis()} @return See {@link GenericObjectPool#getMaxBorrowWaitTimeMillis()}

getMaxIdle
int getMaxIdle()

See {@link GenericObjectPool#getMaxIdle()} @return See {@link GenericObjectPool#getMaxIdle()}

getMaxTotal
int getMaxTotal()

See {@link GenericObjectPool#getMaxTotal()} @return See {@link GenericObjectPool#getMaxTotal()}

getMaxWaitMillis
long getMaxWaitMillis()

See {@link GenericObjectPool#getMaxWaitMillis()} @return See {@link GenericObjectPool#getMaxWaitMillis()}

getMeanActiveTimeMillis
long getMeanActiveTimeMillis()

See {@link GenericObjectPool#getMeanActiveTimeMillis()} @return See {@link GenericObjectPool#getMeanActiveTimeMillis()}

getMeanBorrowWaitTimeMillis
long getMeanBorrowWaitTimeMillis()

See {@link GenericObjectPool#getMeanBorrowWaitTimeMillis()} @return See {@link GenericObjectPool#getMeanBorrowWaitTimeMillis()}

getMeanIdleTimeMillis
long getMeanIdleTimeMillis()

See {@link GenericObjectPool#getMeanIdleTimeMillis()} @return See {@link GenericObjectPool#getMeanIdleTimeMillis()}

getMinEvictableIdleTimeMillis
long getMinEvictableIdleTimeMillis()

See {@link GenericObjectPool#getMinEvictableIdleTimeMillis()} @return See {@link GenericObjectPool#getMinEvictableIdleTimeMillis()}

getMinIdle
int getMinIdle()

See {@link GenericObjectPool#getMinIdle()} @return See {@link GenericObjectPool#getMinIdle()}

getNumActive
int getNumActive()

See {@link GenericObjectPool#getNumActive()} @return See {@link GenericObjectPool#getNumActive()}

getNumIdle
int getNumIdle()

See {@link GenericObjectPool#getNumIdle()} @return See {@link GenericObjectPool#getNumIdle()}

getNumTestsPerEvictionRun
int getNumTestsPerEvictionRun()

See {@link GenericObjectPool#getNumTestsPerEvictionRun()} @return See {@link GenericObjectPool#getNumTestsPerEvictionRun()}

getNumWaiters
int getNumWaiters()

See {@link GenericObjectPool#getNumWaiters()} @return See {@link GenericObjectPool#getNumWaiters()}

getRemoveAbandonedOnBorrow
bool getRemoveAbandonedOnBorrow()

See {@link GenericObjectPool#getRemoveAbandonedOnBorrow()} @return See {@link GenericObjectPool#getRemoveAbandonedOnBorrow()}

getRemoveAbandonedOnMaintenance
bool getRemoveAbandonedOnMaintenance()

See {@link GenericObjectPool#getRemoveAbandonedOnMaintenance()} @return See {@link GenericObjectPool#getRemoveAbandonedOnMaintenance()}

getRemoveAbandonedTimeout
int getRemoveAbandonedTimeout()

See {@link GenericObjectPool#getRemoveAbandonedTimeout()} @return See {@link GenericObjectPool#getRemoveAbandonedTimeout()}

getReturnedCount
long getReturnedCount()

See {@link GenericObjectPool#getReturnedCount()} @return See {@link GenericObjectPool#getReturnedCount()}

getTestOnBorrow
bool getTestOnBorrow()

See {@link GenericObjectPool#getTestOnBorrow()} @return See {@link GenericObjectPool#getTestOnBorrow()}

getTestOnCreate
bool getTestOnCreate()

See {@link GenericObjectPool#getTestOnCreate()} @return See {@link GenericObjectPool#getTestOnCreate()}

getTestOnReturn
bool getTestOnReturn()

See {@link GenericObjectPool#getTestOnReturn()} @return See {@link GenericObjectPool#getTestOnReturn()}

getTestWhileIdle
bool getTestWhileIdle()

See {@link GenericObjectPool#getTestWhileIdle()} @return See {@link GenericObjectPool#getTestWhileIdle()}

getTimeBetweenEvictionRunsMillis
long getTimeBetweenEvictionRunsMillis()

See {@link GenericObjectPool#getTimeBetweenEvictionRunsMillis()} @return See {@link GenericObjectPool#getTimeBetweenEvictionRunsMillis()}

isAbandonedConfig
bool isAbandonedConfig()

See {@link GenericObjectPool#isAbandonedConfig()} @return See {@link GenericObjectPool#isAbandonedConfig()}

isClosed
bool isClosed()

See {@link GenericObjectPool#isClosed()} @return See {@link GenericObjectPool#isClosed()}

listAllObjects
Set!(DefaultPooledObjectInfo) listAllObjects()

See {@link GenericObjectPool#listAllObjects()} @return See {@link GenericObjectPool#listAllObjects()}

Meta