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

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

Classes in org.apache.avalon.excalibur.pool that implement ObjectFactory
 class DefaultObjectFactory
          This is the default for factory that is used to create objects for Pool.
 

Fields in org.apache.avalon.excalibur.pool declared as ObjectFactory
protected  ObjectFactory SingleThreadedPool.m_factory
           
protected  ObjectFactory AbstractPool.m_factory
           
 

Constructors in org.apache.avalon.excalibur.pool with parameters of type ObjectFactory
SoftResourceLimitingPool(ObjectFactory factory)
          Create an SoftResourceLimitingPool.
SoftResourceLimitingPool(ObjectFactory factory, int min)
          Create an SoftResourceLimitingPool.
SoftResourceLimitingPool(ObjectFactory factory, int min, int max)
          Create an SoftResourceLimitingPool.
SoftResourceLimitingPool(ObjectFactory factory, PoolController controller, int min, int max)
          Create an SoftResourceLimitingPool.
SingleThreadedPool(ObjectFactory factory, int initial, int maximum)
           
SingleThreadedPool(ObjectFactory factory, PoolController controller, int initial, int maximum)
           
ResourceLimitingPool(ObjectFactory factory, int max, boolean maxStrict, boolean blocking, long blockTimeout, long trimInterval)
          Creates a new ResourceLimitingPool
HardResourceLimitingPool(ObjectFactory factory, PoolController controller)
           
HardResourceLimitingPool(ObjectFactory factory, PoolController controller, int max)
           
HardResourceLimitingPool(ObjectFactory factory, PoolController controller, int initial, int max)
           
HardResourceLimitingPool(ObjectFactory factory)
           
HardResourceLimitingPool(ObjectFactory factory, int initial, int maximum)
           
HardResourceLimitingPool(ObjectFactory factory, int initial)
           
DefaultPool(ObjectFactory factory, PoolController controller)
           
DefaultPool(ObjectFactory factory, PoolController controller, int initial, int maximum)
           
DefaultPool(ObjectFactory factory)
           
AbstractPool(ObjectFactory factory)
          Create an AbstractPool.
 



Copyright © . All Rights Reserved.