public final class

ConnectorBootstrap

extends Object
java.lang.Object
   ↳ sun.management.jmxremote.ConnectorBootstrap

Class Overview

This class initializes and starts the RMIConnectorServer for JSR 163 JMX Monitoring.

Summary

Nested Classes
interface ConnectorBootstrap.DefaultValues Default values for JMX configuration properties. 
interface ConnectorBootstrap.PropertyNames Names of JMX configuration properties. 
Public Methods
synchronized static JMXConnectorServer initialize(String portStr, Properties props)
Initializes and starts a JMX Connector Server for remote monitoring and management.
synchronized static JMXConnectorServer initialize()
Initializes and starts the JMX Connector Server.
static JMXConnectorServer startLocalConnectorServer()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static synchronized JMXConnectorServer initialize (String portStr, Properties props)

Initializes and starts a JMX Connector Server for remote monitoring and management.

public static synchronized JMXConnectorServer initialize ()

Initializes and starts the JMX Connector Server. If the com.sun.management.jmxremote.port property is not defined, simply return. Otherwise, attempts to load the config file, and then calls initialize(java.lang.String, java.util.Properties).

public static JMXConnectorServer startLocalConnectorServer ()