Uses of Package
org.sadun.util.pool

Packages that use org.sadun.util.pool
org.sadun.util.pool The simple Object Pool package. 
org.sadun.util.pool.connection The Connection pool package. 
org.sadun.util.pool2 NOT COMPLETE YET.  
 

Classes in org.sadun.util.pool used by org.sadun.util.pool
ManagedObjectPoolMBean
           
ObjectPool.BaseFactory
          A base implementation of ExtendedObjectPool.Factory relying on reflection, holding a Class object, an optional parameter array and an optional Setup object.
ObjectPool.Factory
          If an object to be pooled can't be constructed directly by invoking a constructor, a Factory can be provided to do the construction job.
ObjectPool.ObjectPoolException
          An exception thrown in case of pooling operation errors.
ObjectPool.PooledObjectWrapper
           
 

Classes in org.sadun.util.pool used by org.sadun.util.pool.connection
ObjectPool.ObjectPoolException
          An exception thrown in case of pooling operation errors.
 

Classes in org.sadun.util.pool used by org.sadun.util.pool2
ObjectPool
          An object pool, which holds n identical copies of an object and allows access and release of each of them.
ObjectPool.Factory
          If an object to be pooled can't be constructed directly by invoking a constructor, a Factory can be provided to do the construction job.
ObjectPool.ObjectPoolException
          An exception thrown in case of pooling operation errors.