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

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

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

Classes in org.apache.avalon.excalibur.component that implement ObjectFactory
 class DefaultComponentFactory
          Factory for Avalon components.
 

Constructors in org.apache.avalon.excalibur.component with parameters of type ObjectFactory
DefaultComponentPool(ObjectFactory factory)
          Initialize the Pool with an ObjectFactory.
 

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

Classes in org.apache.avalon.excalibur.datasource that implement ObjectFactory
 class JdbcConnectionFactory
          The Factory implementation for JdbcConnections.
 

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 AbstractPool.m_factory
           
protected  ObjectFactory SingleThreadedPool.m_factory
           
 

Constructors in org.apache.avalon.excalibur.pool with parameters of type ObjectFactory
AbstractPool(ObjectFactory factory)
          Create an AbstractPool.
DefaultPool(ObjectFactory factory, PoolController controller)
           
DefaultPool(ObjectFactory factory, PoolController controller, int initial, int maximum)
           
DefaultPool(ObjectFactory factory)
           
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.
HardResourceLimitingPool(ObjectFactory factory, PoolController controller)
           
HardResourceLimitingPool(ObjectFactory factory, PoolController controller, int max)
           
HardResourceLimitingPool(ObjectFactory factory)
           
HardResourceLimitingPool(ObjectFactory factory, int initial, int maximum)
           
HardResourceLimitingPool(ObjectFactory factory, int initial)
           
SingleThreadedPool(ObjectFactory factory, PoolController controller, int initial, int maximum)
           
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.