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

Uses of InstrumentProxy in org.apache.excalibur.instrument
 

Fields in org.apache.excalibur.instrument declared as InstrumentProxy
private  InstrumentProxy AbstractInstrument.m_proxy
          Proxy object used to communicate with the InstrumentManager.
 

Methods in org.apache.excalibur.instrument that return InstrumentProxy
protected  InstrumentProxy AbstractInstrument.getInstrumentProxy()
          Returns the InstrumentProxy object assigned to the instrument by the InstrumentManager.
 

Methods in org.apache.excalibur.instrument with parameters of type InstrumentProxy
 void AbstractInstrument.setInstrumentProxy(InstrumentProxy proxy)
          When the InstrumentManager is present, an InstrumentProxy will be set to enable the Instrument to communicate with the InstrumentManager.