public abstract class AbstractJmxSupport extends Object implements JmxSupport
DEFAULT_JMX_DOMAIN_PREFIX| Constructor and Description |
|---|
AbstractJmxSupport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomainName(MuleContext context)
Calculates the domain name for the current Mule instance.
|
String |
getDomainName(MuleContext context,
boolean resolveClash) |
protected abstract Collection |
getDomains(MBeanServer server)
List all domains of this MBean server.
|
protected String |
resolveDomainClash(String domain)
Resolve JMX domain clash by adding an incremented number suffix to the name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitescape, getObjectNameprotected String resolveDomainClash(String domain)
domain - domain name causing a conflictprotected abstract Collection getDomains(MBeanServer server)
server - server to contactpublic String getDomainName(MuleContext context)
getDomainName in interface JmxSupportpublic String getDomainName(MuleContext context, boolean resolveClash)
getDomainName in interface JmxSupportCopyright © 2003–2021 MuleSoft, Inc.. All rights reserved.