Uses of Interface
org.apache.avalon.excalibur.pool.Pool

Uses of Pool in org.apache.avalon.excalibur.pool
 

Classes in org.apache.avalon.excalibur.pool that implement Pool
 class AbstractPool
          This is an Pool that caches Poolable objects for reuse.
 class DefaultPool
          This is an Pool that caches Poolable objects for reuse.
 class HardResourceLimitingPool
          This is a implementation of Pool that is thread safe.
 class 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.
 class SingleThreadedPool
          This is an Pool that caches Poolable objects for reuse.
 class SoftResourceLimitingPool
          This is an Pool that caches Poolable objects for reuse.
 



Copyright © . All Rights Reserved.