Package org.apache.catalina.tribes
Interface JmxChannel
- All Superinterfaces:
- MBeanRegistration
- All Known Implementing Classes:
- GroupChannel
- 
Method SummaryModifier and TypeMethodDescriptionReturn the jmx domain which this channel is registered.Return the jmx prefix which will be used with channel ObjectName.booleanIf set to true, this channel is registered with jmx.voidsetJmxDomain(String jmxDomain) Set the jmx domain which this channel should be registered.voidsetJmxEnabled(boolean jmxEnabled) If set to true, this channel is registered with jmx.voidsetJmxPrefix(String jmxPrefix) Set the jmx prefix which will be used with channel ObjectName.Methods inherited from interface javax.management.MBeanRegistrationpostDeregister, postRegister, preDeregister, preRegister
- 
Method Details- 
isJmxEnabledboolean isJmxEnabled()If set to true, this channel is registered with jmx.- Returns:
- true if this channel will be registered with jmx.
 
- 
setJmxEnabledvoid setJmxEnabled(boolean jmxEnabled) If set to true, this channel is registered with jmx.- Parameters:
- jmxEnabled- set to true if this channel should be registered with jmx.
 
- 
getJmxDomainString getJmxDomain()Return the jmx domain which this channel is registered.- Returns:
- jmxDomain
 
- 
setJmxDomainSet the jmx domain which this channel should be registered.- Parameters:
- jmxDomain- The jmx domain which this channel should be registered.
 
- 
getJmxPrefixString getJmxPrefix()Return the jmx prefix which will be used with channel ObjectName.- Returns:
- jmxPrefix
 
- 
setJmxPrefixSet the jmx prefix which will be used with channel ObjectName.- Parameters:
- jmxPrefix- The jmx prefix which will be used with channel ObjectName.
 
 
-