Uses of Class
org.apache.avalon.excalibur.component.ComponentHandler

Packages that use ComponentHandler
org.apache.avalon.excalibur.component Extended component management services. 
 

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

Subclasses of ComponentHandler in org.apache.avalon.excalibur.component
 class DefaultComponentHandler
          Deprecated. ECM is no longer supported
 class PoolableComponentHandler
          Deprecated. ECM is no longer supported
 class ThreadSafeComponentHandler
          Deprecated. ECM is no longer supported
 

Methods in org.apache.avalon.excalibur.component that return ComponentHandler
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.
protected  ComponentHandler ExcaliburComponentManager.getComponentHandler(java.lang.String role, java.lang.Class componentClass, Configuration configuration, 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.
static ComponentHandler ComponentHandler.getComponentHandler(Component componentInstance)
          Deprecated.  
 



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