Uses of Class
org.firebirdsql.pool.PooledObjectEvent

Packages that use PooledObjectEvent
org.firebirdsql.pool   
 

Uses of PooledObjectEvent in org.firebirdsql.pool
 

Methods in org.firebirdsql.pool with parameters of type PooledObjectEvent
protected  void AbstractConnectionPool.physicalConnectionDeallocated(PooledObjectEvent event)
          Notify about the deallocation of the physical connection (for example, when connection is removed by the idle remover thread).
 void PooledObjectListener.pooledObjectReleased(PooledObjectEvent event)
          Notify that pooled object was released and can be returned back to the pool.
 void AbstractConnectionPool.pooledObjectReleased(PooledObjectEvent event)
          Notify about new available connection.
 



Copyright © 2001-2010. All Rights Reserved.