com.sun.xml.ws.server
Class JMXAgent

java.lang.Object
  extended by com.sun.xml.ws.server.JMXAgent

public class JMXAgent
extends Object


Constructor Summary
JMXAgent()
           
 
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
 

Constructor Detail

JMXAgent

public JMXAgent()
Method Detail

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