Uses of Interface
org.apache.excalibur.instrument.InstrumentManager

Packages that use InstrumentManager
org.apache.avalon.excalibur.component Extended component management services. 
org.apache.avalon.fortress.impl The fortress.impl package contains the containment abstraction of the Fortress system  
org.apache.avalon.fortress.impl.extensions   
org.apache.avalon.fortress.util The util package includes general unities supporting configuration and context management. 
org.apache.excalibur.instrument   
org.apache.excalibur.instrument.manager   
org.apache.excalibur.instrument.manager.impl   
 

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

Methods in org.apache.avalon.excalibur.component that return InstrumentManager
 InstrumentManager ExcaliburComponentManagerCreator.getInstrumentManager()
          Deprecated. Returns the configured InstrumentManager.
 

Methods in org.apache.avalon.excalibur.component with parameters of type InstrumentManager
 void ExcaliburComponentSelector.setInstrumentManager(InstrumentManager instrumentManager)
          Deprecated. Sets the InstrumentManager for child components.
 void ExcaliburComponentManager.setInstrumentManager(InstrumentManager instrumentManager)
          Deprecated. Sets the InstrumentManager for child components.
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, 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 InstrumentManager
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 InstrumentManager in org.apache.avalon.fortress.impl
 

Fields in org.apache.avalon.fortress.impl declared as InstrumentManager
protected  InstrumentManager AbstractContainer.m_instrumentManager
          contains the impl's InstrumentManager, which is extracted from m_serviceManager.
 

Uses of InstrumentManager in org.apache.avalon.fortress.impl.extensions
 

Constructors in org.apache.avalon.fortress.impl.extensions with parameters of type InstrumentManager
InstrumentableCreator(InstrumentManager instrumentManager)
           
 

Uses of InstrumentManager in org.apache.avalon.fortress.util
 

Fields in org.apache.avalon.fortress.util declared as InstrumentManager
protected  InstrumentManager ContextManager.m_instrumentManager
          The InstrumentManager to be used by the container.
 

Methods in org.apache.avalon.fortress.util with parameters of type InstrumentManager
 void FortressConfig.setInstrumentManager(InstrumentManager profiler)
           
 

Uses of InstrumentManager in org.apache.excalibur.instrument
 

Classes in org.apache.excalibur.instrument that implement InstrumentManager
 class NoopInstrumentManager
          An InstrumentManager which doesn't do anything.
 

Methods in org.apache.excalibur.instrument with parameters of type InstrumentManager
 void InstrumentManageable.setInstrumentManager(InstrumentManager instrumentManager)
          Sets the InstrumentManager for child components.
 

Uses of InstrumentManager in org.apache.excalibur.instrument.manager
 

Subinterfaces of InstrumentManager in org.apache.excalibur.instrument.manager
 interface DefaultInstrumentManager
          The public interface to the DefaultInstrumentManager implementation.
 

Uses of InstrumentManager in org.apache.excalibur.instrument.manager.impl
 

Classes in org.apache.excalibur.instrument.manager.impl that implement InstrumentManager
 class DefaultInstrumentManagerImpl
           
 



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