Package org.apache.avalon.excalibur.pool

Object pool interfaces and implementations.

See:
          Description

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.
ResourceLimitingPool General Pool implementation which supports; weak and strong pool size limits, optional blocking gets when poolables are not available, and automatic pool trimming of unused poolables.
SingleThreadedPool This is an Pool that caches Poolable objects for reuse.
SoftResourceLimitingPool This is an Pool that caches Poolable objects for reuse.
 

Package org.apache.avalon.excalibur.pool Description

Object pool interfaces and implementations.