Uses of Interface
org.apache.commons.pool.ObjectPool

Packages that use ObjectPool
org.apache.commons.pool Object pooling API.  
org.apache.commons.pool.impl Object pooling API implementations.  
 

Uses of ObjectPool in org.apache.commons.pool
 

Classes in org.apache.commons.pool that implement ObjectPool
 class BaseObjectPool
          A simple base impementation of ObjectPool.
 

Methods in org.apache.commons.pool that return ObjectPool
 org.apache.commons.pool.ObjectPool ObjectPoolFactory.createPool()
          Create and return a new ObjectPool.
 

Uses of ObjectPool in org.apache.commons.pool.impl
 

Classes in org.apache.commons.pool.impl that implement ObjectPool
 class GenericObjectPool
          A configurable ObjectPool implementation.
 class SoftReferenceObjectPool
          A SoftReference based ObjectPool.
 class StackObjectPool
          A simple, Stack-based ObjectPool implementation.
 

Methods in org.apache.commons.pool.impl that return ObjectPool
 org.apache.commons.pool.ObjectPool GenericObjectPoolFactory.createPool()
           
 org.apache.commons.pool.ObjectPool StackObjectPoolFactory.createPool()
           
 



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