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

Packages that use InstrumentProxy
org.apache.excalibur.instrument   
org.apache.excalibur.instrument.manager.impl   
 

Uses of InstrumentProxy in org.apache.excalibur.instrument
 

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.
 

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

Classes in org.apache.excalibur.instrument.manager.impl that implement InstrumentProxy
 class InstrumentProxy
          Instrumentables which do not implement ThreadSafe may have multiple instances created by the ComponentLocator.
 



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