Home » commons-pool-1.4-src » org.apache.commons » pool » impl »

org.apache.commons.pool.impl

Classes:

CursorableLinkedList  

This class has been copied from Commons Collections, version 3.1 in order to eliminate the dependency of pool on collections. 

code | html
CursorableLinkedList.Cursor     code | html
CursorableLinkedList.ListIter     code | html
CursorableLinkedList.Listable     code | html
CursorableSubList     code | html
EvictionTimer  

Provides a shared idle object eviction timer for all pools. 

code | html
GenericKeyedObjectPool   A configurable KeyedObjectPool implementation.  code | html
GenericKeyedObjectPool.Config   A simple "struct" encapsulating the configuration information for a GenericKeyedObjectPool code | html
GenericKeyedObjectPool.Evictor   The idle object evictor TimerTask code | html
GenericKeyedObjectPool.ObjectQueue   A "struct" that keeps additional information about the actual queue of pooled objects.  code | html
GenericKeyedObjectPool.ObjectTimestampPair   A simple "struct" encapsulating an object instance and a timestamp.  code | html
GenericKeyedObjectPoolFactory   A factory for creating GenericKeyedObjectPool instances.  code | html
GenericObjectPool   A configurable ObjectPool implementation.  code | html
GenericObjectPool.Config   A simple "struct" encapsulating the configuration information for a GenericObjectPool code | html
GenericObjectPool.Evictor   The idle object evictor TimerTask code | html
GenericObjectPoolFactory   A factory for creating GenericObjectPool instances.  code | html
SoftReferenceObjectPool   A SoftReference based ObjectPool code | html
StackKeyedObjectPool   A simple, Stack-based KeyedObjectPool implementation.  code | html
StackKeyedObjectPoolFactory   A factory for creating StackKeyedObjectPool instances.  code | html
StackObjectPool   A simple, Stack -based ObjectPool implementation.  code | html
StackObjectPoolFactory   A factory for creating StackObjectPool instances.  code | html
TestGenericKeyedObjectPool.SimpleFactory     code | html
TestGenericKeyedObjectPool.TestThread     code | html
TestGenericObjectPool.SimpleFactory     code | html
TestGenericObjectPool.TestThread     code | html
TestSoftRefOutOfMemory.LargePoolableObjectFactory     code | html
TestSoftRefOutOfMemory.SmallPoolableObjectFactory     code | html
TestStackKeyedObjectPool.SimpleFactory     code | html
TestStackObjectPool.SimpleFactory     code | html

All Test Cases:

TestAll   JUnit test suite for the org.apache.commons.pool.impl package.  code | html
TestGenericKeyedObjectPool     code | html
TestGenericObjectPool     code | html
TestSoftRefOutOfMemory     code | html
TestSoftReferenceObjectPool     code | html
TestStackKeyedObjectPool     code | html
TestStackObjectPool     code | html