org.apache.excalibur.instrument
Interface InstrumentManageable
- All Known Implementing Classes:
- ExcaliburComponentManager, ExcaliburComponentSelector
- public interface InstrumentManageable
Components which implement the InstrumentManageable Interface will have
their InstrumentManager set by the component manager during their
initialization phase. Components which create child components needs to
implement this interface in order for Instruments to be supported within
those child components.
- Since:
- 4.0
- Version:
- CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:28 $
- Author:
- Avalon Development Team
setInstrumentManager
public void setInstrumentManager(InstrumentManager instrumentManager)
- Sets the InstrumentManager for child components. Can be for special
purpose components, however it is used mostly internally.
- Parameters:
instrumentManager
- The InstrumentManager for the component to use.
Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.