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.
|
protected abstract Collection |
getDomains(javax.management.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(javax.management.MBeanServer server)
server - server to contactpublic String getDomainName(MuleContext context)
getDomainName in interface JmxSupportCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.