public class ConnectionPoolEvent extends ObjectPoolEvent<CacheConnection>
ConnectionPool instances.CHECKIN, CHECKOUT, INIT_COMPLETED, MAX_POOL_LIMIT_EXCEEDED, MAX_POOL_LIMIT_REACHED, MAX_SIZE_LIMIT_ERROR, MAX_SIZE_LIMIT_REACHED, PARAMETERS_CHANGED, POOL_FLUSHED, POOL_RELEASED, VALIDATION_ERRORsource| Modifier | Constructor and Description |
|---|---|
protected |
ConnectionPoolEvent(ObjectPool<CacheConnection> pool,
int type) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool |
getConnectionPool() |
getCheckedOut, getFreeCount, getIdleTimeout, getMaxPool, getMaxSize, getMinPool, getPool, getPoolHitRate, getSize, getType, getTypeString, isMaxPoolLimitExceeded, isMaxPoolLimitReached, isMaxSizeLimitError, isMaxSizeLimitReached, isPoolCheckIn, isPoolCheckOut, isPoolFlushed, isPoolInitCompleted, isPoolParametersChanged, isPoolReleased, isValidationError, toStringgetSourceprotected ConnectionPoolEvent(ObjectPool<CacheConnection> pool, int type)
public ConnectionPool getConnectionPool()
Copyright © 2014. All rights reserved.