Uses of Interface
org.apache.avalon.framework.component.ComponentManager

Packages that use ComponentManager
org.apache.avalon.framework.component Deprecated: use the interfaces in the org.apache.avalon.framework.service package instead.  
org.apache.avalon.framework.container Utilities supporting execution of component lifecycle stages.  
org.apache.avalon.framework.service Interfaces and default implementation of a service management framework supporting container based service lookup and decommissioning. 
 

Uses of ComponentManager in org.apache.avalon.framework.component
 

Classes in org.apache.avalon.framework.component that implement ComponentManager
 class DefaultComponentManager
          This class is a static implementation of a ComponentManager.
 class WrapperComponentManager
          This is a ComponentManager implementation that can wrap around a ServiceManager object effectively adapting a ServiceManager interface to a ComponentManager interface.
 

Methods in org.apache.avalon.framework.component that return ComponentManager
protected  ComponentManager DefaultComponentManager.getParent()
          Helper method for subclasses to retrieve parent.
 

Methods in org.apache.avalon.framework.component with parameters of type ComponentManager
 void Recomposable.recompose(ComponentManager componentManager)
          Deprecated. Repass the ComponentManager to the composer.
 void Composable.compose(ComponentManager componentManager)
          Pass the ComponentManager to the composer.
 

Constructors in org.apache.avalon.framework.component with parameters of type ComponentManager
DefaultComponentManager(ComponentManager parent)
          Construct ComponentManager with specified parent.
 

Uses of ComponentManager in org.apache.avalon.framework.container
 

Methods in org.apache.avalon.framework.container with parameters of type ComponentManager
static void ContainerUtil.compose(java.lang.Object object, ComponentManager componentManager)
          Deprecated. compose() is no longer the preferred method via which components will be supplied with Components. Please Use service() from Composable instead.
 

Uses of ComponentManager in org.apache.avalon.framework.service
 

Constructors in org.apache.avalon.framework.service with parameters of type ComponentManager
WrapperServiceManager(ComponentManager componentManager)
          This constructor is a constructor for a WrapperServiceManager.
 



Copyright © The Apache Software Foundation. All Rights Reserved.