src/share/classes/javax/management/remote/package.html

Print this page




  43         javax.management.MBeanServerConnection MBeanServerConnection}
  44         interface.</p>
  45 
  46       <p>A connector makes an MBean server remotely accessible through
  47         a given protocol. The JMX Remote API allows the use of different 
  48         type of connectors:
  49 
  50       <ul>
  51        <li>The JMX Remote API defines a standard connector,
  52         the <b>RMI Connector</b>, which provides remote access to an
  53         MBeanServer through RMI.
  54 
  55        <li>The JMX Remote API also defines an optional connector called 
  56         <b>JMXMP Connector</b> implementing the JMX Message Protocol 
  57         (JMXMP). As it is optional, it is not part of this bundle (see
  58         note below).
  59 
  60        <li>User-defined connector protocols are also possible using the 
  61         {@link javax.management.remote.JMXConnectorFactory
  62         JMXConnectorFactory} and, optionally, the Generic Connector
  63         (not part of this bundle, see note below).</p>
  64       </ul>
  65 
  66       <p><u>Note</u>: the optional packages implementing
  67         the optional part of the <em>JMX Remote API</em>
  68         are not included in the <em>Java SE Platform</em> 
  69         but are available from the <em>JMX Remote API 
  70         <a href="http://java.sun.com/products/JavaManagement/download.html">
  71         Reference Implementation</a></em>.</p>
  72 
  73 
  74       <h3>Connector addresses</h3>
  75 
  76       <p>Typically, a connector server has an address, represented by the
  77         class {@link javax.management.remote.JMXServiceURL
  78         JMXServiceURL}.  An address for the RMI Connector can look
  79         like this:</p>
  80 
  81       <pre>
  82       service:jmx:rmi:///jndi/rmi://myhost:1099/myname
  83       </pre>




  43         javax.management.MBeanServerConnection MBeanServerConnection}
  44         interface.</p>
  45 
  46       <p>A connector makes an MBean server remotely accessible through
  47         a given protocol. The JMX Remote API allows the use of different 
  48         type of connectors:
  49 
  50       <ul>
  51        <li>The JMX Remote API defines a standard connector,
  52         the <b>RMI Connector</b>, which provides remote access to an
  53         MBeanServer through RMI.
  54 
  55        <li>The JMX Remote API also defines an optional connector called 
  56         <b>JMXMP Connector</b> implementing the JMX Message Protocol 
  57         (JMXMP). As it is optional, it is not part of this bundle (see
  58         note below).
  59 
  60        <li>User-defined connector protocols are also possible using the 
  61         {@link javax.management.remote.JMXConnectorFactory
  62         JMXConnectorFactory} and, optionally, the Generic Connector
  63         (not part of this bundle, see note below).
  64       </ul>
  65 
  66       <p><u>Note</u>: the optional packages implementing
  67         the optional part of the <em>JMX Remote API</em>
  68         are not included in the <em>Java SE Platform</em> 
  69         but are available from the <em>JMX Remote API 
  70         <a href="http://java.sun.com/products/JavaManagement/download.html">
  71         Reference Implementation</a></em>.</p>
  72 
  73 
  74       <h3>Connector addresses</h3>
  75 
  76       <p>Typically, a connector server has an address, represented by the
  77         class {@link javax.management.remote.JMXServiceURL
  78         JMXServiceURL}.  An address for the RMI Connector can look
  79         like this:</p>
  80 
  81       <pre>
  82       service:jmx:rmi:///jndi/rmi://myhost:1099/myname
  83       </pre>