Uses of Class
org.apache.avalon.fortress.util.LifecycleExtensionManager

Packages that use LifecycleExtensionManager
org.apache.avalon.fortress.impl The fortress.impl package contains the containment abstraction of the Fortress system  
org.apache.avalon.fortress.impl.handler The handler package includes the lifestyle support systems. 
org.apache.avalon.fortress.util The util package includes general unities supporting configuration and context management. 
 

Uses of LifecycleExtensionManager in org.apache.avalon.fortress.impl
 

Fields in org.apache.avalon.fortress.impl declared as LifecycleExtensionManager
protected  LifecycleExtensionManager AbstractContainer.m_extManager
          contains the impl's LifecycleExtensionManager, which is extracted from m_serviceManager.
 

Uses of LifecycleExtensionManager in org.apache.avalon.fortress.impl.handler
 

Constructors in org.apache.avalon.fortress.impl.handler with parameters of type LifecycleExtensionManager
LEAwareComponentHandler(ComponentHandler componentHandler, LifecycleExtensionManager extManager, Context context)
          Creation of a new handler.
ComponentFactory(java.lang.Class componentClass, Configuration configuration, ServiceManager serviceManager, Context context, LoggerManager loggerManager, LifecycleExtensionManager extManager)
          Construct a new component factory for the specified component.
 

Uses of LifecycleExtensionManager in org.apache.avalon.fortress.util
 

Methods in org.apache.avalon.fortress.util that return LifecycleExtensionManager
 LifecycleExtensionManager LifecycleExtensionManager.writeableCopy()
          Create a copy; it will be writeable even if the original was not.
 

Methods in org.apache.avalon.fortress.util with parameters of type LifecycleExtensionManager
 void FortressConfig.setLifecycleExtensionManager(LifecycleExtensionManager extensionManager)
           
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.