Package org.apache.avalon.excalibur.pool

Interface Summary
ObjectFactory This is the interface for factory that is used to create objects for Pool.
Pool This is an Pool that caches Poolable objects for reuse.
Poolable Poolable marker interface.
PoolController This is the interface you implement if you want to control how Pools capacity changes overtime.
Recyclable This interface standardizes the behaviour of a recyclable object.
Resizable This is the interface for Pools that are not a fixed size.
 

Class Summary
AbstractPool This is an Pool that caches Poolable objects for reuse.
DefaultObjectFactory This is the default for factory that is used to create objects for Pool.
DefaultPool This is an Pool that caches Poolable objects for reuse.
DefaultPoolController This is a PoolController that controls how many instances of a Poolable are created at one time.
HardResourceLimitingPool This is a implementation of Pool that is thread safe.
SingleThreadedPool This is an Pool that caches Poolable objects for reuse.
SoftResourceLimitingPool This is an Pool that caches Poolable objects for reuse.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.