Apache CXF API

org.apache.cxf.management.jmx
Class MBServerConnectorFactory

java.lang.Object
  extended by org.apache.cxf.management.jmx.MBServerConnectorFactory

public final class MBServerConnectorFactory
extends Object

Deal with the MBeanServer Connections


Field Summary
static String DEFAULT_SERVICE_URL
           
 
Method Summary
 void createConnector()
           
 void destroy()
           
static MBServerConnectorFactory getInstance()
           
 void setDaemon(boolean fdaemon)
           
 void setEnvironment(Map<String,?> env)
           
 void setMBeanServer(MBeanServer ms)
           
 void setServiceUrl(String url)
           
 void setThreaded(boolean fthread)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SERVICE_URL

public static final String DEFAULT_SERVICE_URL
See Also:
Constant Field Values
Method Detail

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 API

Apache CXF