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

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

Fields in org.apache.excalibur.instrument.manager.impl declared as InstrumentProxy
private  InstrumentProxy AbstractInstrumentSample.m_instrumentProxy
          The InstrumentProxy which owns the InstrumentSample.
private  InstrumentProxy InstrumentDescriptorImpl.m_instrumentProxy
          InstrumentProxy being described.
private  InstrumentProxy[] InstrumentableProxy.m_instrumentProxyArray
          Optimized array of the InstrumentProxies.
 

Methods in org.apache.excalibur.instrument.manager.impl that return InstrumentProxy
(package private)  InstrumentProxy[] InstrumentableProxy.getInstrumentProxies()
          Returns an array of Proxies to the Instruments in the Instrumentable.
 InstrumentProxy AbstractInstrumentSample.getInstrumentProxy()
          Returns the InstrumentProxy which owns the InstrumentSample.
 InstrumentProxy InstrumentSample.getInstrumentProxy()
          Returns the InstrumentProxy which owns the InstrumentSample.
(package private)  InstrumentProxy InstrumentableProxy.getInstrumentProxy(java.lang.String instrumentName)
          Returns a InstrumentProxy based on its name or the name of any of its children.
private  InstrumentProxy DefaultInstrumentManagerImpl.getInstrumentProxy(java.lang.String instrumentName, boolean create)
           
(package private)  InstrumentProxy InstrumentableProxy.getInstrumentProxy(java.lang.String instrumentName, boolean create)
           
private  InstrumentProxy DefaultInstrumentManagerImpl.getInstrumentProxyForSample(java.lang.String sampleName, boolean create)
           
private  InstrumentProxy[] InstrumentableProxy.updateInstrumentProxyArray()
          Updates the cached array of InstrumentProxies taking synchronization into account.
 

Methods in org.apache.excalibur.instrument.manager.impl with parameters of type InstrumentProxy
(package private)  void InstrumentableProxy.addInstrumentProxy(InstrumentProxy instrumentProxy)
          Adds a InstrumentProxy to the Instrumentable.
(package private) static InstrumentSample InstrumentSampleFactory.getInstrumentSample(InstrumentProxy instrumentProxy, int type, java.lang.String name, long interval, int size, java.lang.String description, long lease)
          A Profile Sample Type loaded in from a Configuration.
 

Constructors in org.apache.excalibur.instrument.manager.impl with parameters of type InstrumentProxy
AbstractInstrumentSample(InstrumentProxy instrumentProxy, java.lang.String name, long interval, int size, java.lang.String description, long lease)
          Creates a new AbstractInstrumentSample
AbstractValueInstrumentSample(InstrumentProxy instrumentProxy, java.lang.String name, long interval, int size, java.lang.String description, long lease)
          Creates a new AbstractValueInstrumentSample
CounterInstrumentSample(InstrumentProxy instrumentProxy, java.lang.String name, long interval, int size, java.lang.String description, long lease)
          Creates a new CounterInstrumentSample
InstrumentDescriptorImpl(InstrumentProxy instrumentProxy)
          Creates a new InstrumentDescriptor.
MaximumValueInstrumentSample(InstrumentProxy instrumentProxy, java.lang.String name, long interval, int size, java.lang.String description, long lease)
          Creates a new MaximumValueInstrumentSample
MeanValueInstrumentSample(InstrumentProxy instrumentProxy, java.lang.String name, long interval, int size, java.lang.String description, long lease)
          Creates a new MeanValueInstrumentSample
MinimumValueInstrumentSample(InstrumentProxy instrumentProxy, java.lang.String name, long interval, int size, java.lang.String description, long lease)
          Creates a new MinimumValueInstrumentSample