org.apache.geronimo.kernel.jmx
Class JMXUtil
java.lang.Object
org.apache.geronimo.kernel.jmx.JMXUtil
- public final class JMXUtil
- extends Object
Helper class for JMX Operations
- Version:
- $Revision: 1.7 $ $Date: 2004/05/27 01:06:00 $
Field Summary |
static javax.management.ObjectName |
DELEGATE_NAME
the ObjectName of the MBeanServerDelegate |
Method Summary |
static javax.management.ObjectName |
getObjectName(String name)
Convert a String to an ObjectName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DELEGATE_NAME
public static final javax.management.ObjectName DELEGATE_NAME
- the ObjectName of the MBeanServerDelegate
getObjectName
public static javax.management.ObjectName getObjectName(String name)
throws IllegalArgumentException
- Convert a String to an ObjectName
- Parameters:
name
- the name
- Returns:
- the ObjectName from that String
- Throws:
IllegalArgumentException
- if the name is malformed
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.