Uses of Package
org.apache.avalon.excalibur.pool

Packages that use org.apache.avalon.excalibur.pool
org.apache.avalon.excalibur.component   
org.apache.avalon.excalibur.datasource   
org.apache.avalon.excalibur.pool   
 

Classes in org.apache.avalon.excalibur.pool used by org.apache.avalon.excalibur.component
AbstractPool
          This is an Pool that caches Poolable objects for reuse.
DefaultPool
          This is an Pool that caches Poolable objects for reuse.
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.
PoolController
          This is the interface you implement if you want to control how Pools capacity changes overtime.
Resizable
          This is the interface for Pools that are not a fixed size.
SoftResourceLimitingPool
          This is an Pool that caches Poolable objects for reuse.
 

Classes in org.apache.avalon.excalibur.pool used by org.apache.avalon.excalibur.datasource
AbstractPool
          This is an Pool that caches Poolable objects for reuse.
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.
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.
Recyclable
          This interface standardizes the behaviour of a recyclable object.
Resizable
          This is the interface for Pools that are not a fixed size.
SoftResourceLimitingPool
          This is an Pool that caches Poolable objects for reuse.
 

Classes in org.apache.avalon.excalibur.pool used by org.apache.avalon.excalibur.pool
AbstractPool
          This is an Pool that caches Poolable objects for reuse.
DefaultPool
          This is an Pool that caches Poolable objects for reuse.
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.
Resizable
          This is the interface for Pools that are not a fixed size.
SoftResourceLimitingPool
          This is an Pool that caches Poolable objects for reuse.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.