All Classes Interface Summary Class Summary
| Class |
Description |
| BaseKeyedObjectPool<K,V> |
A simple base implementation of KeyedObjectPool.
|
| BaseKeyedPoolableObjectFactory<K,V> |
A base implementation of KeyedPoolableObjectFactory.
|
| BaseObjectPool<T> |
|
| BasePoolableObjectFactory<T> |
A base implementation of PoolableObjectFactory.
|
| GenericKeyedObjectPool<K,V> |
A configurable KeyedObjectPool implementation.
|
| GenericKeyedObjectPool.Config |
A simple "struct" encapsulating the
configuration information for a GenericKeyedObjectPool.
|
| GenericKeyedObjectPoolFactory<K,V> |
|
| GenericObjectPool<T> |
|
| GenericObjectPool.Config |
A simple "struct" encapsulating the
configuration information for a GenericObjectPool.
|
| GenericObjectPoolFactory<T> |
|
| KeyedObjectPool<K,V> |
A "keyed" pooling interface.
|
| KeyedObjectPoolFactory<K,V> |
|
| KeyedPoolableObjectFactory<K,V> |
An interface defining life-cycle methods for
instances to be served by a KeyedObjectPool.
|
| ObjectPool<T> |
A pooling interface.
|
| ObjectPoolFactory<T> |
|
| PoolableObjectFactory<T> |
An interface defining life-cycle methods for
instances to be served by an ObjectPool.
|
| PoolUtils |
This class consists exclusively of static methods that operate on or return ObjectPool
or KeyedObjectPool related interfaces.
|
| SoftReferenceObjectPool<T> |
|
| StackKeyedObjectPool<K,V> |
A simple, Stack-based KeyedObjectPool implementation.
|
| StackKeyedObjectPoolFactory<K,V> |
|
| StackObjectPool<T> |
|
| StackObjectPoolFactory<T> |
|