javax.management.MBeanRegistration
GroupChannel
public interface JmxChannel
extends javax.management.MBeanRegistration
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getJmxDomain() |
Return the jmx domain which this channel is registered.
|
java.lang.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(java.lang.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(java.lang.String jmxPrefix) |
Set the jmx prefix which will be used with channel ObjectName.
|
boolean isJmxEnabled()
void setJmxEnabled(boolean jmxEnabled)
jmxEnabled
- set to true if this channel should be registered with jmx.java.lang.String getJmxDomain()
void setJmxDomain(java.lang.String jmxDomain)
jmxDomain
- The jmx domain which this channel should be registered.java.lang.String getJmxPrefix()
void setJmxPrefix(java.lang.String jmxPrefix)
jmxPrefix
- The jmx prefix which will be used with channel ObjectName.Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.