Uses of Class
org.apache.commons.pool2.impl.BaseGenericObjectPool
-
Packages that use BaseGenericObjectPool Package Description org.apache.commons.pool2.impl Object pooling API implementations. -
-
Uses of BaseGenericObjectPool in org.apache.commons.pool2.impl
Subclasses of BaseGenericObjectPool in org.apache.commons.pool2.impl Modifier and Type Class Description class
GenericKeyedObjectPool<K,T>
A configurableKeyedObjectPool
implementation.class
GenericObjectPool<T>
A configurableObjectPool
implementation.
-