snaq.db
Class ConnectionPoolEvent
java.lang.Object
java.util.EventObject
snaq.util.ObjectPoolEvent
snaq.db.ConnectionPoolEvent
- All Implemented Interfaces:
- Serializable
public class ConnectionPoolEvent
- extends ObjectPoolEvent
Event for signalling changes in ConnectionPool instances.
- Author:
- Giles Winstanley
- See Also:
- Serialized Form
| Fields inherited from class snaq.util.ObjectPoolEvent |
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_ERROR |
| Methods inherited from class snaq.util.ObjectPoolEvent |
getCheckedOut, getFreeCount, getIdleTimeout, getMaxPool, getMaxSize, getMinPool, getPool, getPoolHitRate, getSize, getType, getTypeString, isMaxPoolLimitExceeded, isMaxPoolLimitReached, isMaxSizeLimitError, isMaxSizeLimitReached, isPoolCheckIn, isPoolCheckOut, isPoolFlushed, isPoolInitCompleted, isPoolParametersChanged, isPoolReleased, isValidationError, toString |
ConnectionPoolEvent
protected ConnectionPoolEvent(ObjectPool pool,
int type)
getConnectionPool
public ConnectionPool getConnectionPool()
Copyright © 2013. All Rights Reserved.