Uses of Class
org.apache.commons.pool2.impl.BaseGenericObjectPool

Packages that use BaseGenericObjectPool
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
 class GenericKeyedObjectPool<K,T>
          A configurable KeyedObjectPool implementation.
 class GenericObjectPool<T>
          A configurable ObjectPool implementation.
 



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.