|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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[] |
Instrumentable.getInstruments()
Obtain a reference to all the Instruments that the Instrumentable object wishes to expose. |
Instrument[] |
AbstractInstrumentable.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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |