public interface JMXInstrument extends Instrument
Modifier and Type | Method and Description |
---|---|
String |
getConfigId()
Sets the config id for the instrument.
|
String |
getContextRef()
Gets the context reference for the instrument.
|
ObjectName |
getObjectName()
Returns the JMX object name for the instrument
|
void |
setConfigId(String cid)
Gets the config id for the instrument.
|
void |
setContextRef(String cref)
Sets the context reference for the instrument.
|
getContext, getLevel, getName, getOptions, getProvider, initialize, isStarted, restart, setContext, setOptions, setProvider, setStarted, start, stop
ObjectName getObjectName()
void setContextRef(String cref)
cref
- the context reference for the instrumentString getContextRef()
cref
- the context reference for the instrumentString getConfigId()
void setConfigId(String cid)
cid
- the config id of the instrumentCopyright © 2006–2020 Apache Software Foundation. All rights reserved.