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