KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > remote > JMXConnectorServerFactory

javax.management.remote
Class JMXConnectorServerFactory

java.lang.Object
  extended by javax.management.remote.JMXConnectorServerFactory
See Also:
Top Examples, newJMXConnectorServer, Class.newInstance(), cause, ClassNotFoundException, IllegalArgumentException, ClassLoader, newJMXConnectorServer, JMXServiceURL

public static final String DEFAULT_CLASS_LOADER
See Also:
ClassLoader
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String DEFAULT_CLASS_LOADER_NAME
See Also:
ObjectName
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static JMXConnectorServer newJMXConnectorServer(JMXServiceURL serviceURL,
                                                       Map<String,?> environment,
                                                       MBeanServer mbeanServer)
                                                throws IOException
See Also:
JMXProviderException, MalformedURLException, NullPointerException, getAddress, start
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String PROTOCOL_PROVIDER_CLASS_LOADER
See Also:
ClassLoader
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String PROTOCOL_PROVIDER_PACKAGES
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags