registerInstrumentable
void registerInstrumentable(Instrumentable instrumentable,
java.lang.String instrumentableName)
throws java.lang.Exception
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.
- Parameters:
instrumentable - Instrumentable to register with the InstrumentManager.instrumentableName - The name to use when registering the Instrumentable.
- Throws:
java.lang.Exception - If there were any problems registering the Instrumentable.