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

Packages that use org.apache.avalon.excalibur.pool
org.apache.avalon.excalibur.component Extended component management services. 
org.apache.avalon.excalibur.datasource Datastore utilities. 
org.apache.avalon.excalibur.pool Object pool interfaces and implementations. 
org.apache.avalon.excalibur.thread.impl   
org.apache.excalibur.xml.impl   
org.apache.excalibur.xml.xslt   
 

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.
InstrumentedResourceLimitingPool
          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.
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 is a marker interface for Components that can be pooled.
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.
ValidatedResourceLimitingPool
          A ResourceLimitingPool which validates reused poolables before they are returned with a call get().
 

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.
InstrumentedResourceLimitingPool
          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.
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 is a marker interface for Components that can be pooled.
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.thread.impl
ObjectFactory
          This is the interface for factory that is used to create objects for Pool.
 

Classes in org.apache.avalon.excalibur.pool used by org.apache.excalibur.xml.impl
Poolable
          Poolable is a marker interface for Components that can be pooled.
 

Classes in org.apache.avalon.excalibur.pool used by org.apache.excalibur.xml.xslt
Poolable
          Poolable is a marker interface for Components that can be pooled.
Recyclable
          This interface standardizes the behaviour of a recyclable object.
 



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