|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.api.config.management.jmx.JmxUtil
public class JmxUtil
Provides utility methods for use by both JMX clients as well as the JMX agent implementation.
| Method Summary | |
|---|---|
static javax.management.ObjectName |
getObjectName(java.lang.String serviceId)
Computes the object name of the web service management MBean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static javax.management.ObjectName getObjectName(java.lang.String serviceId)
throws javax.management.MalformedObjectNameException,
java.lang.IllegalArgumentException
serviceId - The ID of the web service endpoint. Must not be null.
javax.management.MalformedObjectNameException - If the serviceId yields an invalid URL.
java.lang.IllegalArgumentException - If the serviceId is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||