|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Instrumentable in org.apache.excalibur.instrument |
Classes in org.apache.excalibur.instrument that implement Instrumentable | |
class |
AbstractInstrumentable
Utility class to ease the construction of components that can be instrumented. |
class |
AbstractLogEnabledInstrumentable
Utility class to ease the construction of components that can be instrumented but must also implement LogEnabled. |
Fields in org.apache.excalibur.instrument declared as Instrumentable | |
static Instrumentable[] |
Instrumentable.EMPTY_INSTRUMENTABLE_ARRAY
Empty Instrumentable array for use in hierarchical Instrumentable systems. |
Methods in org.apache.excalibur.instrument that return Instrumentable | |
Instrumentable[] |
Instrumentable.getChildInstrumentables()
Any Object which implements Instrumentable can also make use of other Instrumentable child objects. |
Instrumentable[] |
AbstractInstrumentable.getChildInstrumentables()
Any Object which implements Instrumentable can also make use of other Instrumentable child objects. |
Instrumentable[] |
AbstractLogEnabledInstrumentable.getChildInstrumentables()
Any Object which implements Instrumentable can also make use of other Instrumentable child objects. |
Methods in org.apache.excalibur.instrument with parameters of type Instrumentable | |
void |
InstrumentManager.registerInstrumentable(Instrumentable instrumentable,
java.lang.String instrumentableName)
Instrumentable to be registered with the instrument manager. |
protected void |
AbstractInstrumentable.addChildInstrumentable(Instrumentable child)
Adds a child Instrumentable to the list of child Instrumentables published by the component. |
void |
NoopInstrumentManager.registerInstrumentable(Instrumentable instrumentable,
java.lang.String instrumentableName)
Instrumentable to be registered with the instrument manager. |
protected void |
AbstractLogEnabledInstrumentable.addChildInstrumentable(Instrumentable child)
Adds a child Instrumentable to the list of child Instrumentables published by the component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |