KickJava   Java API By Example, From Geeks To Geeks.

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

javax.management.remote
Class JMXConnectorFactory

java.lang.Object
  extended by javax.management.remote.JMXConnectorFactory
See Also:
Top Examples, newJMXConnector, Class.newInstance(), cause, ClassNotFoundException, IllegalArgumentException, ClassLoader, JMXServiceURL, JMXConnector.connect(Map), newJMXConnector, connect

public static JMXConnector connect(JMXServiceURL serviceURL)
                            throws IOException
See Also:
SecurityException, NullPointerException, connect, connect(serviceURL, null)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static JMXConnector connect(JMXServiceURL serviceURL,
                                   Map<String,?> environment)
                            throws IOException
See Also:
SecurityException, NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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 JMXConnector newJMXConnector(JMXServiceURL serviceURL,
                                           Map<String,?> environment)
                                    throws IOException
See Also:
JMXProviderException, MalformedURLException, NullPointerException, connect
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