Uses of Class
org.apache.commons.pool.BaseObjectPool

Packages that use BaseObjectPool
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
 class GenericObjectPool
          A configurable ObjectPool implementation.
 class SoftReferenceObjectPool
          A SoftReference based ObjectPool.
 class StackObjectPool
          A simple, Stack-based ObjectPool implementation.
 



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