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
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
protected ConnectionPoolEvent(ObjectPool pool, int type)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionPoolEvent

protected ConnectionPoolEvent(ObjectPool pool,
                              int type)
Method Detail

getConnectionPool

public ConnectionPool getConnectionPool()


Copyright © 2013. All Rights Reserved.