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