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

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[] AbstractLogEnabledInstrumentable.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[] Instrumentable.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
protected  void AbstractLogEnabledInstrumentable.addChildInstrumentable(Instrumentable child)
          Adds a child Instrumentable to the list of child Instrumentables published by the component.
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.
 void InstrumentManager.registerInstrumentable(Instrumentable instrumentable, java.lang.String instrumentableName)
          Instrumentable to be registered with the instrument manager.