registerInstrumentable
public void registerInstrumentable(Instrumentable instrumentable,
java.lang.String instrumentableName)
Instrumentable to be registered with the instrument manager. Should be
called whenever an Instrumentable is created. The '.' character is
used to denote a child Instrumentable and can be used to register the
instrumentable at a specific point in an instrumentable hierarchy.
- Specified by:
registerInstrumentable in interface InstrumentManager
- Parameters:
instrumentable - Instrumentable to register with the InstrumentManager.instrumentableName - The name to use when registering the Instrumentable.