Uses of Class
org.apache.avalon.excalibur.component.DefaultComponentFactory

Packages that use DefaultComponentFactory
org.apache.avalon.excalibur.component Extended component management services. 
 

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

Fields in org.apache.avalon.excalibur.component declared as DefaultComponentFactory
private  DefaultComponentFactory ThreadSafeComponentHandler.m_factory
          Deprecated.  
private  DefaultComponentFactory PoolableComponentHandler.m_factory
          Deprecated. The instance of the ComponentFactory that creates and disposes of the Component
private  DefaultComponentFactory DefaultComponentHandler.m_factory
          Deprecated. The instance of the ComponentFactory that creates and disposes of the Component
 

Constructors in org.apache.avalon.excalibur.component with parameters of type DefaultComponentFactory
DefaultComponentHandler(DefaultComponentFactory factory, org.apache.avalon.framework.configuration.Configuration config)
          Deprecated. Create a DefaultComponentHandler which manages a pool of Components created by the specified factory object.
PoolableComponentHandler(DefaultComponentFactory factory, org.apache.avalon.framework.configuration.Configuration config)
          Deprecated. Create a PoolableComponentHandler which manages a pool of Components created by the specified factory object.
ThreadSafeComponentHandler(DefaultComponentFactory factory, org.apache.avalon.framework.configuration.Configuration config)
          Deprecated. Create a ThreadSafeComponentHandler which manages a pool of Components created by the specified factory object.