Uses of Interface
snaq.util.ObjectPoolListener

Packages that use ObjectPoolListener
snaq.db Utility classes to enhance the standard JDBC functionality. 
snaq.util Utility classes providing useful functionality for various programming tasks. 
 

Uses of ObjectPoolListener in snaq.db
 

Classes in snaq.db that implement ObjectPoolListener
 class ConnectionPoolEventAdapter
          Adapter implementation for handling ConnectionPoolEvent objects for ConnectionPool instances.
 

Uses of ObjectPoolListener in snaq.util
 

Classes in snaq.util that implement ObjectPoolListener
 class ObjectPoolEventAdapter
          Adapter implementation for handling ObjectPoolEvent instances for an ObjectPool.
 class PoolTracer
          Class to create a simple trace of pool usage statistics to a log file.
 

Methods in snaq.util with parameters of type ObjectPoolListener
 void ObjectPool.addObjectPoolListener(ObjectPoolListener x)
          Adds an listener to the event notification list.
 void ObjectPool.removeObjectPoolListener(ObjectPoolListener x)
          Removes a listener from the event notification list.
 



Copyright © 2013. All Rights Reserved.