| Name | Package | Description |
| BaseKeyedObjectPool | org.apache.commons.pool | A simple base impementation of ObjectPool . |
| BaseKeyedPoolableObjectFactory | org.apache.commons.pool | A base implemenation of KeyedPoolableObjectFactory . |
| BaseObjectPool | org.apache.commons.pool | A simple base impementation of ObjectPool . |
| BasePoolableObjectFactory | org.apache.commons.pool | A base implemenation of PoolableObjectFactory . |
| GenericKeyedObjectPool | org.apache.commons.pool.impl | A configurable KeyedObjectPool implementation. |
| GenericKeyedObjectPool.Config | org.apache.commons.pool.impl | A simple "struct" encapsulating the
configuration information for a GenericKeyedObjectPool . |
| GenericKeyedObjectPoolFactory | org.apache.commons.pool.impl | A factory for creating GenericKeyedObjectPool instances. |
| GenericObjectPool | org.apache.commons.pool.impl | A configurable ObjectPool implementation. |
| GenericObjectPool.Config | org.apache.commons.pool.impl | A simple "struct" encapsulating the
configuration information for a GenericObjectPool . |
| GenericObjectPoolFactory | org.apache.commons.pool.impl | A factory for creating GenericObjectPool instances. |
| PoolUtils | org.apache.commons.pool | This class consists exclusively of static methods that operate on or return keyedPool related interfaces. |
| SoftReferenceObjectPool | org.apache.commons.pool.impl | A SoftReference based
ObjectPool . |
| StackKeyedObjectPool | org.apache.commons.pool.impl | A simple, Stack -based KeyedObjectPool implementation. |
| StackKeyedObjectPoolFactory | org.apache.commons.pool.impl | A factory for creating StackKeyedObjectPool instances. |
| StackObjectPool | org.apache.commons.pool.impl | A simple, Stack -based ObjectPool implementation. |
| StackObjectPoolFactory | org.apache.commons.pool.impl | A factory for creating StackObjectPool instances. |