org.mule.management.support
Class JmxModernSupport
java.lang.Object
org.mule.management.support.AbstractJmxSupport
org.mule.management.support.JmxModernSupport
- All Implemented Interfaces:
- JmxSupport
- public class JmxModernSupport
- extends AbstractJmxSupport
Support class using JMX 1.2 and newer calls.
|
Method Summary |
String |
escape(String input)
Uses JMX 1.2 and higher standard escape method and semantics. |
ObjectName |
getObjectName(String name)
For modern JMX implementation just delegate to a standard factory method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmxModernSupport
public JmxModernSupport()
escape
public String escape(String input)
- Uses JMX 1.2 and higher standard escape method and semantics.
- Parameters:
input - value to escape for JMX compliance
- Returns:
- value valid for JMX
getObjectName
public ObjectName getObjectName(String name)
throws MalformedObjectNameException
- For modern JMX implementation just delegate to a standard factory method.
- Parameters:
name - object name
- Returns:
- ObjectName for MBeanServer
- Throws:
MalformedObjectNameException - for invalid names
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.