A connector server can be attached to an MBean server in one of two ways. Either the MBean server to which it is attached is specified when the connector server is constructed, or the connector server is registered as an MBean in the MBean server to which it is attached.
JMXConnectorServer is the interface.
RMIConnectorServer is used normally.
JMXConnectorServer's address is specified by JMXServiceURL [service:jmx:rmi:///jndi/rmi://localhost:1999/EIPRMIConnector]
client
Uses JMXServiceURL [service:jmx:rmi:///jndi/rmi://localhost:1999/EIPRMIConnector] and gets JMXConnector object.
Using JMXConnector, MBeanServerConnection object is fetched.
Generated on Fri Feb 19 2016 08:35:44 for Samples JDK by 1.8.9.1