public class JmxModernSupport extends AbstractJmxSupport
DEFAULT_JMX_DOMAIN_PREFIX| Constructor and Description |
|---|
JmxModernSupport() |
| Modifier and Type | Method and Description |
|---|---|
String |
escape(String input)
Uses JMX 1.2 and higher standard escape method and semantics.
|
protected Collection |
getDomains(MBeanServer server)
List all domains of this MBean server.
|
ObjectName |
getObjectName(String name)
For modern JMX implementation just delegate to a standard factory method.
|
getDomainName, getDomainName, resolveDomainClashpublic String escape(String input)
input - value to escape for JMX compliancepublic ObjectName getObjectName(String name) throws MalformedObjectNameException
name - object nameMalformedObjectNameException - for invalid namesprotected Collection getDomains(MBeanServer server)
getDomains in class AbstractJmxSupportserver - server to contactCopyright © 2003–2021 MuleSoft, Inc.. All rights reserved.