snaq.db
Class ConnectionPoolEvent

java.lang.Object
  extended by java.util.EventObject
      extended by snaq.util.ObjectPoolEvent
          extended by 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

Field Summary
 
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
 
Method Summary
 ConnectionPool getConnectionPool()
           
 
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
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getConnectionPool

public ConnectionPool getConnectionPool()