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

Packages that use ComponentManager
org.apache.avalon.excalibur.component Extended component management services. 
org.apache.avalon.excalibur.component.servlet This package provides the ExcaliburComponentManagerServlet which makes it easy to use the ExcaliburComponentManager in a servlet environment. 
org.apache.avalon.excalibur.testcase Excalibur testcase utilities. 
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.excalibur.component
 

Classes in org.apache.avalon.excalibur.component that implement ComponentManager
 class ExcaliburComponentManager
          Deprecated. ECM is no longer supported
 

Methods in org.apache.avalon.excalibur.component that return ComponentManager
 ComponentManager ExcaliburComponentManagerCreator.getComponentManager()
          Deprecated. The ComponentManager interface has been deprecated. Please use the getServiceManager method.
 

Methods in org.apache.avalon.excalibur.component with parameters of type ComponentManager
 void ExcaliburComponentSelector.compose(ComponentManager componentManager)
          Deprecated. Compose the ComponentSelector so that we know what the parent ComponentLocator is.
protected  ComponentHandler ExcaliburComponentSelector.getComponentHandler(java.lang.String role, java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roleManager, LogkitLoggerManager logkitManager)
          Deprecated. Obtain a new ComponentHandler for the specified component.
static ComponentHandler ComponentHandler.getComponentHandler(java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roleManager, LogkitLoggerManager loggerManager)
          Deprecated. This method has been deprecated in favor of the version below which handles instrumentation.
static ComponentHandler ComponentHandler.getComponentHandler(java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roleManager, LogkitLoggerManager loggerManager, InstrumentManager instrumentManager, java.lang.String instrumentableName)
          Deprecated. Looks up and returns a component handler for a given component class.
static ComponentHandler ComponentHandler.getComponentHandler(java.lang.String role, java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roleManager, LogkitLoggerManager loggerManager)
          Deprecated. This method has been deprecated in favor of the version below which handles instrumentation.
static ComponentHandler ComponentHandler.getComponentHandler(java.lang.String role, java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roleManager, LogkitLoggerManager loggerManager, InstrumentManager instrumentManager, java.lang.String instrumentableName)
          Deprecated. Looks up and returns a component handler for a given component class.
 

Constructors in org.apache.avalon.excalibur.component with parameters of type ComponentManager
ThreadSafeComponentHandler(java.lang.String role, java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles, LogkitLoggerManager logkit)
          Deprecated. Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
PoolableComponentHandler(java.lang.String role, java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles, LogkitLoggerManager logkit)
          Deprecated. 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)
          Deprecated. Create the ComponentLocator with a Classloader and parent ComponentLocator
ExcaliburComponentManager(ComponentManager manager)
          Deprecated. Create the ComponentLocator with a parent ComponentLocator
DefaultComponentHandler(java.lang.String role, java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles, LogkitLoggerManager logkit)
          Deprecated. Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
DefaultComponentFactory(java.lang.String role, java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roles, LogkitLoggerManager loggerManager)
          Deprecated. This constructor has been deprecated in favor of the version below which handles instrumentation.
DefaultComponentFactory(java.lang.String role, java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roles, LogkitLoggerManager loggerManager, InstrumentManager instrumentManager, java.lang.String instrumentableName)
          Deprecated. Construct a new component factory for the specified component.
 

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

Methods in org.apache.avalon.excalibur.component.servlet that return ComponentManager
 ComponentManager AbstractComponentManagerServlet.getComponentManager()
          Deprecated. Returns the current ComponentManager.
 

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

Fields in org.apache.avalon.excalibur.testcase declared as ComponentManager
protected  ComponentManager ExcaliburTestCase.manager
          Deprecated.  
 

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 © 1997-2005 The Apache Software Foundation. All Rights Reserved.