public interface JmxChannel extends MBeanRegistration
Modifier and Type | Method and Description |
---|---|
String |
getJmxDomain()
Return the jmx domain which this channel is registered.
|
String |
getJmxPrefix()
Return the jmx prefix which will be used with channel ObjectName.
|
boolean |
isJmxEnabled()
If set to true, this channel is registered with jmx.
|
void |
setJmxDomain(String jmxDomain)
Set the jmx domain which this channel should be registered.
|
void |
setJmxEnabled(boolean jmxEnabled)
If set to true, this channel is registered with jmx.
|
void |
setJmxPrefix(String jmxPrefix)
Set the jmx prefix which will be used with channel ObjectName.
|
postDeregister, postRegister, preDeregister, preRegister
boolean isJmxEnabled()
void setJmxEnabled(boolean jmxEnabled)
jmxEnabled
- set to true if this channel should be registered with jmx.String getJmxDomain()
void setJmxDomain(String jmxDomain)
jmxDomain
- The jmx domain which this channel should be registered.String getJmxPrefix()
void setJmxPrefix(String jmxPrefix)
jmxPrefix
- The jmx prefix which will be used with channel ObjectName.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.