com.sun.xml.ws.server
Class JMXAgent
java.lang.Object
com.sun.xml.ws.server.JMXAgent
public class JMXAgent
- extends Object
Method Summary |
static JMXAgent |
getDefault()
Returns an agent singleton. |
void |
init()
Instantiate and register your MBeans. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMXAgent
public JMXAgent()
init
public void init()
throws Exception
- Instantiate and register your MBeans.
- Throws:
Exception
getDefault
public static JMXAgent getDefault()
throws Exception
- Returns an agent singleton.
- Throws:
Exception