org.apache.cxf.management.jmx
Class MBServerConnectorFactory
java.lang.Object
org.apache.cxf.management.jmx.MBServerConnectorFactory
public final class MBServerConnectorFactory
- extends Object
Deal with the MBeanServer Connections
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_SERVICE_URL
public static final String DEFAULT_SERVICE_URL
- See Also:
- Constant Field Values
getInstance
public static MBServerConnectorFactory getInstance()
setMBeanServer
public void setMBeanServer(MBeanServer ms)
setServiceUrl
public void setServiceUrl(String url)
setEnvironment
public void setEnvironment(Map<String,?> env)
setThreaded
public void setThreaded(boolean fthread)
setDaemon
public void setDaemon(boolean fdaemon)
createConnector
public void createConnector()
throws IOException
- Throws:
IOException
destroy
public void destroy()
throws IOException
- Throws:
IOException
Apache CXF