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 ExcaliburComponentManager
          Default component manager for Avalon's components.
 

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

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.
ExcaliburComponentManager(ComponentManager manager, java.lang.ClassLoader loader)
          Create the ComponentManager with a Classloader and parent ComponentManager
ExcaliburComponentManager(ComponentManager manager)
          Create the ComponentManager with a parent ComponentManager
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
 

Classes in org.apache.avalon.framework.component that implement ComponentManager
 class DefaultComponentManager
          This class is a static implementation of a ComponentManager.
 

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)
          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.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.