Uses of Class
org.apache.commons.pool.BaseObjectPool
-
Packages that use BaseObjectPool Package Description org.apache.commons.pool.impl Object pooling API implementations. -
-
Uses of BaseObjectPool in org.apache.commons.pool.impl
Subclasses of BaseObjectPool in org.apache.commons.pool.impl Modifier and Type Class Description class
GenericObjectPool<T>
A configurableObjectPool
implementation.class
SoftReferenceObjectPool<T>
ASoftReference
basedObjectPool
.class
StackObjectPool<T>
A simple,Stack
-basedObjectPool
implementation.
-