Uses of Interface
org.apache.avalon.composition.provider.LifestyleManager

Packages that use LifestyleManager
org.apache.avalon.activation.impl Default runtime platform.  
org.apache.avalon.composition.provider The runtime package contains interfaces used by a runtime layer.  
 

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

Classes in org.apache.avalon.activation.impl that implement LifestyleManager
 class AbstractLifestyleManager
          Abstract implentation class for a lifestyle handler.
 class SingletonLifestyleManager
           
 class ThreadLifestyleManager
           
 class TransientLifestyleManager
           
 

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

Methods in org.apache.avalon.activation.impl with parameters of type LifestyleManager
protected  Appliance DefaultRuntimeFactory.newComponentRuntime(ComponentModel model, LifestyleManager manager)
          Resolve a runtime handler for a component model.
 

Constructors in org.apache.avalon.activation.impl with parameters of type LifestyleManager
DefaultAppliance(ComponentModel model, LifestyleManager lifestyle, boolean secure)
           
 

Uses of LifestyleManager in org.apache.avalon.composition.provider
 

Methods in org.apache.avalon.composition.provider that return LifestyleManager
 LifestyleManager LifestyleFactory.createLifestyleManager(ComponentModel model)
          Create a new lifestyle manager.
 



Copyright © The Apache Software Foundation. All Rights Reserved.