Uses of Class
snaq.util.ObjectPool

Packages that use ObjectPool
snaq.db Utility classes to enhance the standard JDBC functionality. 
snaq.db.jmx Classes to provide Java Management Extensions (JMX) support for the snaq.db package. 
snaq.util Utility classes providing useful functionality for various programming tasks. 
 

Uses of ObjectPool in snaq.db
 

Subclasses of ObjectPool in snaq.db
 class ConnectionPool
          Implementation of a database connection pool.
 

Constructors in snaq.db with parameters of type ObjectPool
ConnectionPoolEvent(ObjectPool pool, int type)
           
 

Uses of ObjectPool in snaq.db.jmx
 

Methods in snaq.db.jmx with parameters of type ObjectPool
static ModelMBean JmxUtils.createObjectPoolMBean(ObjectPool pool)
          Creates a ModelMBean for the specified ObjectPool.
 

Uses of ObjectPool in snaq.util
 

Methods in snaq.util that return ObjectPool
 ObjectPool ObjectPoolEvent.getPool()
          Returns the pool for which this event was created.
 

Methods in snaq.util with parameters of type ObjectPool
 int ObjectPool.compareTo(ObjectPool pool)
          Compares this object with the specified object for order.
 

Constructors in snaq.util with parameters of type ObjectPool
ObjectPoolEvent(ObjectPool pool, int type)
          Creates a new PoolEvent.
PoolTracer(ObjectPool pool, File file)
          Creates a new PoolTracer which logs to the specified file.
PoolTracer(ObjectPool pool, PrintWriter logWriter, boolean closeOnExit)
          Creates a new PoolTracer which logs to the specified PrintWriter.
PoolTracer(ObjectPool pool, String filename)
          Creates a new ObjectPoolAudit which logs to the specified File.
 



Copyright © 2013. All Rights Reserved.