Package org.sadun.util.pool

The simple Object Pool package.

See:
          Description

Interface Summary
ManagedObjectPoolMBean  
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.
 

Class Summary
EjbFactory An ExtendedObjectPool.Factory implementation which uses reflection to create instances of enterprise java beans, looking up the home interface and invoking a proper create() method.
ExtendedObjectPool An object pool identical to ObjectPool but which requires the acquiring object to identify itself.
ManagedObjectPool  
ObjectPool An object pool, which holds n identical copies of an object and allows access and release of each of them.
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.ObjectFactory An ExtendedObjectPool.Factory implementation which uses reflection to create instances of a certain class.
ObjectPool.PooledObjectWrapper  
 

Exception Summary
ObjectPool.ObjectPoolException An exception thrown in case of pooling operation errors.
 

Package org.sadun.util.pool Description

The simple Object Pool package.