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

Packages that use PoolController
org.apache.avalon.excalibur.component Extended component management services. 
org.apache.avalon.excalibur.pool Object pool interfaces and implementations. 
 

Uses of PoolController in org.apache.avalon.excalibur.component
 

Classes in org.apache.avalon.excalibur.component that implement PoolController
 class DefaultComponentPoolController
          Deprecated. DefaultComponentPool is no longer used by the PoolableComponentHandler.
 

Constructors in org.apache.avalon.excalibur.component with parameters of type PoolController
DefaultComponentPool(ObjectFactory factory, PoolController controller, int minimumPoolSize, int maximumPoolSIze)
          Deprecated. Initialized the Pool with an alternative management infrastructure.
 

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

Classes in org.apache.avalon.excalibur.pool that implement PoolController
 class DefaultPoolController
          This is a PoolController that controls how many instances of a Poolable are created at one time.
 

Fields in org.apache.avalon.excalibur.pool declared as PoolController
protected  PoolController SingleThreadedPool.m_controller
           
protected  PoolController DefaultPool.m_controller
           
 

Constructors in org.apache.avalon.excalibur.pool with parameters of type PoolController
SingleThreadedPool(ObjectFactory factory, PoolController controller, int initial, int maximum)
           
DefaultPool(ObjectFactory factory, PoolController controller)
           
DefaultPool(ObjectFactory factory, PoolController controller, int initial, int maximum)
           
SoftResourceLimitingPool(ObjectFactory factory, PoolController controller, int min, int max)
          Create an SoftResourceLimitingPool.
HardResourceLimitingPool(ObjectFactory factory, PoolController controller)
           
HardResourceLimitingPool(ObjectFactory factory, PoolController controller, int max)
           
HardResourceLimitingPool(ObjectFactory factory, PoolController controller, int initial, int max)
           
 



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