org.apache.excalibur.instrument
Interface InstrumentManageable


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

Method Summary
 void setInstrumentManager(InstrumentManager instrumentManager)
          Sets the InstrumentManager for child components.
 

Method Detail

setInstrumentManager

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-2010 Apache Software Foundation. All Rights Reserved.