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

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

Uses of KeyedObjectPool in org.apache.commons.pool
 

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

Methods in org.apache.commons.pool that return KeyedObjectPool
 org.apache.commons.pool.KeyedObjectPool KeyedObjectPoolFactory.createPool()
          Create a new KeyedObjectPool.
 

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

Classes in org.apache.commons.pool.impl that implement KeyedObjectPool
 class GenericKeyedObjectPool
          A configurable KeyedObjectPool implementation.
 class StackKeyedObjectPool
          A simple, Stack-based KeyedObjectPool implementation.
 

Methods in org.apache.commons.pool.impl that return KeyedObjectPool
 org.apache.commons.pool.KeyedObjectPool GenericKeyedObjectPoolFactory.createPool()
           
 org.apache.commons.pool.KeyedObjectPool StackKeyedObjectPoolFactory.createPool()
           
 



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