Library:Apache Jakarta Commons Pool
Version:1.3
Compatibility:JDK 1.4
Classes in library Apache Jakarta Commons Pool.
NamePackageDescription
BaseKeyedObjectPoolorg.apache.commons.poolA simple base impementation of ObjectPool .
BaseKeyedPoolableObjectFactoryorg.apache.commons.poolA base implemenation of KeyedPoolableObjectFactory .
BaseObjectPoolorg.apache.commons.poolA simple base impementation of ObjectPool .
BasePoolableObjectFactoryorg.apache.commons.poolA base implemenation of PoolableObjectFactory .
GenericKeyedObjectPoolorg.apache.commons.pool.implA configurable KeyedObjectPool implementation.
GenericKeyedObjectPool.Configorg.apache.commons.pool.implA simple "struct" encapsulating the configuration information for a GenericKeyedObjectPool .
GenericKeyedObjectPoolFactoryorg.apache.commons.pool.implA factory for creating GenericKeyedObjectPool instances.
GenericObjectPoolorg.apache.commons.pool.implA configurable ObjectPool implementation.
GenericObjectPool.Configorg.apache.commons.pool.implA simple "struct" encapsulating the configuration information for a GenericObjectPool .
GenericObjectPoolFactoryorg.apache.commons.pool.implA factory for creating GenericObjectPool instances.
PoolUtilsorg.apache.commons.poolThis class consists exclusively of static methods that operate on or return keyedPool related interfaces.
SoftReferenceObjectPoolorg.apache.commons.pool.implA SoftReference based ObjectPool .
StackKeyedObjectPoolorg.apache.commons.pool.implA simple, Stack -based KeyedObjectPool implementation.
StackKeyedObjectPoolFactoryorg.apache.commons.pool.implA factory for creating StackKeyedObjectPool instances.
StackObjectPoolorg.apache.commons.pool.implA simple, Stack -based ObjectPool implementation.
StackObjectPoolFactoryorg.apache.commons.pool.implA factory for creating StackObjectPool instances.
Search