Class Summary | |
---|---|
BaseKeyedObjectPool | A simple base impementation of ObjectPool. |
BaseKeyedPoolableObjectFactory |
A base implemenation of KeyedPoolableObjectFactory .
|
BaseObjectPool | A simple base impementation of ObjectPool. |
BasePoolableObjectFactory |
A base implemenation of PoolableObjectFactory .
|
GenericKeyedObjectPool | A configurable KeyedObjectPool implementation. |
GenericKeyedObjectPoolFactory | A factory for creating GenericKeyedObjectPool instances. |
GenericKeyedObjectPool.Config | A simple "struct" encapsulating the configuration information for a GenericKeyedObjectPool. |
GenericObjectPool | A configurable ObjectPool implementation. |
GenericObjectPoolFactory | A factory for creating GenericObjectPool instances. |
GenericObjectPool.Config | A simple "struct" encapsulating the configuration information for a GenericObjectPool. |
KeyedObjectPool | A "keyed" pooling interface. |
KeyedObjectPoolFactory | A factory for creating KeyedObjectPools. |
KeyedPoolableObjectFactory |
An interface defining life-cycle methods for
instances to be served by a
KeyedObjectPool .
|
ObjectPool | A pooling interface. |
ObjectPoolFactory | A factory interface for creating ObjectPools. |
PoolableObjectFactory |
An interface defining life-cycle methods for
instances to be used in an
ObjectPool .
|
PoolUtils | This class consists exclusively of static methods that operate on or return keyedPool related interfaces. |
SoftReferenceObjectPool |
A java.lang.ref.SoftReference SoftReference based
ObjectPool.
|
StackKeyedObjectPool |
A simple, java.util.Stack Stack -based KeyedObjectPool implementation.
|
StackKeyedObjectPoolFactory | A factory for creating StackKeyedObjectPool instances. |
StackObjectPool |
A simple, java.util.Stack Stack -based ObjectPool implementation.
|
StackObjectPoolFactory | A factory for creating StackObjectPool instances. |