|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instrument | |
org.apache.avalon.excalibur.component | Extended component management services. |
org.apache.avalon.excalibur.component.example_im | |
org.apache.avalon.excalibur.component.servlet | This package provides the ExcaliburComponentManagerServlet which makes it easy to use the ExcaliburComponentManager in a servlet environment. |
org.apache.avalon.excalibur.pool | Object pool interfaces and implementations. |
org.apache.avalon.excalibur.thread.impl | |
org.apache.avalon.fortress.impl.factory | |
org.apache.excalibur.instrument | |
org.apache.excalibur.instrument.manager.impl | |
org.apache.excalibur.store.impl |
Uses of Instrument in org.apache.avalon.excalibur.component |
Methods in org.apache.avalon.excalibur.component that return Instrument | |
Instrument[] |
ExcaliburComponentSelector.getInstruments()
Deprecated. Obtain a reference to all the Instruments that the Instrumentable object wishes to expose. |
Instrument[] |
ExcaliburComponentManager.getInstruments()
Deprecated. Obtain a reference to all the Instruments that the Instrumentable object wishes to expose. |
Instrument[] |
AbstractDualLogEnabledInstrumentable.getInstruments()
Deprecated. Obtain a reference to all the Instruments that the Instrumentable object wishes to expose. |
Methods in org.apache.avalon.excalibur.component with parameters of type Instrument | |
protected void |
AbstractDualLogEnabledInstrumentable.addInstrument(Instrument instrument)
Deprecated. Adds an Instrument to the list of Instruments published by the component. |
Uses of Instrument in org.apache.avalon.excalibur.component.example_im |
Methods in org.apache.avalon.excalibur.component.example_im that return Instrument | |
Instrument[] |
DefaultExampleInstrumentable.getInstruments()
Obtain a reference to all the Instruments that the Instrumentable object wishes to expose. |
Uses of Instrument in org.apache.avalon.excalibur.component.servlet |
Methods in org.apache.avalon.excalibur.component.servlet that return Instrument | |
Instrument[] |
AbstractServiceManagerServlet.getInstruments()
Deprecated. Obtain a reference to all the Instruments that the Instrumentable object wishes to expose. |
Instrument[] |
AbstractComponentManagerServlet.getInstruments()
Deprecated. Obtain a reference to all the Instruments that the Instrumentable object wishes to expose. |
Methods in org.apache.avalon.excalibur.component.servlet with parameters of type Instrument | |
protected void |
AbstractServiceManagerServlet.addInstrument(Instrument instrument)
Deprecated. Adds an Instrument to the list of Instruments published by the component. |
protected void |
AbstractComponentManagerServlet.addInstrument(Instrument instrument)
Deprecated. Adds an Instrument to the list of Instruments published by the component. |
Uses of Instrument in org.apache.avalon.excalibur.pool |
Methods in org.apache.avalon.excalibur.pool that return Instrument | |
Instrument[] |
InstrumentedResourceLimitingPool.getInstruments()
Obtain a reference to all the Instruments that the Instrumentable object wishes to expose. |
Uses of Instrument in org.apache.avalon.excalibur.thread.impl |
Methods in org.apache.avalon.excalibur.thread.impl that return Instrument | |
Instrument[] |
InstrumentedResourceLimitingThreadPool.getInstruments()
Obtain a reference to all the Instruments that the Instrumentable object wishes to expose. |
Uses of Instrument in org.apache.avalon.fortress.impl.factory |
Methods in org.apache.avalon.fortress.impl.factory that return Instrument | |
Instrument[] |
AbstractObjectFactory.getInstruments()
|
Uses of Instrument in org.apache.excalibur.instrument |
Classes in org.apache.excalibur.instrument that implement Instrument | |
class |
AbstractInstrument
The AbstractInstrument class can be used by an class wishing to implement the Instruement interface. |
class |
CounterInstrument
CounterInstruments can be used to profile the number of times that something happens. |
class |
ValueInstrument
Objects implementing Instrumentable can create Instruments with integer values using a ValueInstrument. |
Fields in org.apache.excalibur.instrument declared as Instrument | |
static Instrument[] |
Instrumentable.EMPTY_INSTRUMENT_ARRAY
Empty Instrument array for use in hierarchical Instrumentable systems. |
Methods in org.apache.excalibur.instrument that return Instrument | |
Instrument[] |
AbstractInstrumentable.getInstruments()
Obtain a reference to all the Instruments that the Instrumentable object wishes to expose. |
Instrument[] |
Instrumentable.getInstruments()
Obtain a reference to all the Instruments that the Instrumentable object wishes to expose. |
Instrument[] |
AbstractLogEnabledInstrumentable.getInstruments()
Obtain a reference to all the Instruments that the Instrumentable object wishes to expose. |
Methods in org.apache.excalibur.instrument with parameters of type Instrument | |
protected void |
AbstractInstrumentable.addInstrument(Instrument instrument)
Adds an Instrument to the list of Instruments published by the component. |
protected void |
AbstractLogEnabledInstrumentable.addInstrument(Instrument instrument)
Adds an Instrument to the list of Instruments published by the component. |
Uses of Instrument in org.apache.excalibur.instrument.manager.impl |
Methods in org.apache.excalibur.instrument.manager.impl that return Instrument | |
Instrument[] |
DefaultInstrumentManagerImpl.getInstruments()
Obtain a reference to all the Instruments that the Instrumentable object wishes to expose. |
Uses of Instrument in org.apache.excalibur.store.impl |
Methods in org.apache.excalibur.store.impl that return Instrument | |
Instrument[] |
AbstractReadWriteStore.getInstruments()
|
Instrument[] |
MRUMemoryStore.getInstruments()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |