Uses of Interface
org.apache.avalon.activation.ComponentFactory

Packages that use ComponentFactory
org.apache.avalon.activation.impl Default runtime platform.  
 

Uses of ComponentFactory in org.apache.avalon.activation.impl
 

Classes in org.apache.avalon.activation.impl that implement ComponentFactory
 class DefaultComponentFactory
          A factory enabling the establishment of component instances.
 

Methods in org.apache.avalon.activation.impl that return ComponentFactory
protected  ComponentFactory AbstractLifestyleManager.getComponentFactory()
           
 

Methods in org.apache.avalon.activation.impl with parameters of type ComponentFactory
protected  LifestyleManager DefaultLifestyleFactory.createLifestyleManager(ComponentModel model, ComponentFactory factory)
          Create a new lifestyle manager.
 

Constructors in org.apache.avalon.activation.impl with parameters of type ComponentFactory
TransientLifestyleManager(ComponentModel model, ComponentFactory factory)
           
ThreadLifestyleManager(ComponentModel model, ComponentFactory factory)
           
SingletonLifestyleManager(ComponentModel model, ComponentFactory factory)
           
AbstractLifestyleManager(ComponentModel model, ComponentFactory factory)
          Creation of a new instance.
 



Copyright © The Apache Software Foundation. All Rights Reserved.