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

Packages that use ComponentManager
org.apache.avalon.excalibur.component   
org.apache.avalon.framework.component   
 

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

Classes in org.apache.avalon.excalibur.component that implement ComponentManager
 class DefaultComponentManager
          Default component manager for Avalon's components.
 

Methods in org.apache.avalon.excalibur.component with parameters of type ComponentManager
static ComponentHandler ComponentHandler.getComponentHandler(java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles)
           
 void DefaultComponentSelector.compose(ComponentManager componentManager)
          Compose the ComponentSelector so that we know what the parent ComponentManager is.
 

Constructors in org.apache.avalon.excalibur.component with parameters of type ComponentManager
ThreadSafeComponentHandler(java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles)
          Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
PoolableComponentHandler(java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles)
          Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
DefaultComponentFactory(java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roles)
          Construct a new component factory for the specified component.
 

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

Fields in org.apache.avalon.framework.component declared as ComponentManager
protected  ComponentManager DefaultComponentManager.m_parent
           
 

Methods in org.apache.avalon.framework.component with parameters of type ComponentManager
 void Recomposable.recompose(ComponentManager componentManager)
           
 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)
           
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.