Uses of Interface
org.apache.excalibur.mpool.Pool

Packages that use Pool
org.apache.excalibur.mpool   
 

Uses of Pool in org.apache.excalibur.mpool
 

Subinterfaces of Pool in org.apache.excalibur.mpool
 interface ManagablePool
          This is the interface for Pools that are not a fixed size.
 

Classes in org.apache.excalibur.mpool that implement Pool
 class BlockingFixedSizePool
          This is an Pool that caches Poolable objects for reuse.
 class FixedSizePool
          This is an Pool that caches Poolable objects for reuse.
 class VariableSizePool
          This is an Pool that caches Poolable objects for reuse.
 

Methods in org.apache.excalibur.mpool that return Pool
 Pool DefaultPoolManager.getManagedPool(ObjectFactory factory, int initialEntries)
          Return a managed pool that has a controller.
 Pool PoolManager.getManagedPool(ObjectFactory factory, int initialEntries)
          Return a managed pool that has a controller.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.