Package org.apache.excalibur.mpool

Interface Summary
ManagablePool This is the interface for Pools that are not a fixed size.
ObjectFactory This interface is to define how an ObjectFactory is defined.
Pool This interface is to define how a Pool is used.
PoolManager This interface is for a PoolManager that creates pools that are managed asynchronously.
Resettable This interface standardizes the behaviour of a resettable object.
 

Class Summary
BlockingFixedSizePool This is an Pool that caches Poolable objects for reuse.
DefaultPoolManager This interface is for a PoolManager that creates pools that are managed asynchronously.
FixedSizePool This is an Pool that caches Poolable objects for reuse.
PoolUtil The PoolUtil class performs the reflection magic that is necessary to work with the legacy Recyclable interface in the Pool package.
VariableSizePool This is an Pool that caches Poolable objects for reuse.
 



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