Uses of Interface
org.huihoo.jfox.pool.ObjectPool

Packages that use ObjectPool
org.huihoo.jfox.pool   
org.huihoo.jfox.pool.connection   
 

Uses of ObjectPool in org.huihoo.jfox.pool
 

Classes in org.huihoo.jfox.pool that implement ObjectPool
 class AbstractObjectPool
          the supper class of all object pool
 class SimpleObjectPool
           
 

Uses of ObjectPool in org.huihoo.jfox.pool.connection
 

Methods in org.huihoo.jfox.pool.connection that return ObjectPool
 ObjectPool PoolableConnection.getPool()
          Get the pool that this poolableConnection belongs to, so the poolableConnection can be managed by the pool.
 ObjectPool SimplePoolableConnection.getPool()
           
 

Methods in org.huihoo.jfox.pool.connection with parameters of type ObjectPool
 void PoolableConnection.setPool(ObjectPool pool)
          Set which pool that this PoolableConnection belongs to.
 void SimplePoolableConnection.setPool(ObjectPool pool)