org.apache.cxf.management.jmx
Class MBServerConnectorFactory
java.lang.Object
org.apache.cxf.management.jmx.MBServerConnectorFactory
public final class MBServerConnectorFactory
- extends java.lang.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 java.lang.String DEFAULT_SERVICE_URL
- See Also:
- Constant Field Values
getInstance
public static MBServerConnectorFactory getInstance()
setMBeanServer
public void setMBeanServer(javax.management.MBeanServer ms)
setServiceUrl
public void setServiceUrl(java.lang.String url)
setEnvironment
public void setEnvironment(java.util.Map<java.lang.String,?> env)
setThreaded
public void setThreaded(boolean fthread)
setDaemon
public void setDaemon(boolean fdaemon)
createConnector
public void createConnector()
throws java.io.IOException
- Throws:
java.io.IOException
destroy
public void destroy()
throws java.io.IOException
- Throws:
java.io.IOException
Apache CXF