jdk/src/java.management/share/classes/javax/management/remote/package.html
changeset 46050 f51c14dc540f
parent 30678 a8b7fd8ede97
equal deleted inserted replaced
46049:582273afc391 46050:f51c14dc540f
     1 <html>
     1 <html>
     2 <head>
     2 <head>
     3     <title>JMX&trade; Remote API.</title>
     3     <title>JMX&trade; Remote API.</title>
     4 <!--
     4 <!--
     5 Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
     5 Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved.
     6 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     6 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     7 
     7 
     8 This code is free software; you can redistribute it and/or modify it
     8 This code is free software; you can redistribute it and/or modify it
     9 under the terms of the GNU General Public License version 2 only, as
     9 under the terms of the GNU General Public License version 2 only, as
    10 published by the Free Software Foundation.  Oracle designates this
    10 published by the Free Software Foundation.  Oracle designates this
    30       <p>Interfaces for remote access to
    30       <p>Interfaces for remote access to
    31 	JMX MBean servers.
    31 	JMX MBean servers.
    32 	This package defines the essential interfaces for making a JMX
    32 	This package defines the essential interfaces for making a JMX
    33 	MBean server manageable remotely. The specification of this 
    33 	MBean server manageable remotely. The specification of this 
    34         functionality is completed by Part III of the 
    34         functionality is completed by Part III of the 
    35        <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
    35        <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
    36 	JMX Specification, version 1.4</a> PDF document.</p>
    36 	JMX Specification, version 1.4</a></p>
    37 
    37 
    38       <p>The JMX specification defines the notion of <b>connectors</b>.
    38       <p>The JMX specification defines the notion of <b>connectors</b>.
    39 	A connector is attached to a JMX API MBean server and makes it
    39 	A connector is attached to a JMX API MBean server and makes it
    40 	accessible to remote Java clients. The client end of a
    40 	accessible to remote Java clients. The client end of a
    41 	connector exports essentially the same interface as the MBean
    41 	connector exports essentially the same interface as the MBean
   192 	At a minimum, it must be enough to distinguish this connection
   192 	At a minimum, it must be enough to distinguish this connection
   193 	ID from the ID of any other connection currently opened by this
   193 	ID from the ID of any other connection currently opened by this
   194 	connector server.</p>
   194 	connector server.</p>
   195 
   195 
   196 
   196 
   197     @see <a href="{@docRoot}/../technotes/guides/jmx/">
   197     @see <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
   198       Java Platform documentation on JMX technology</a>,
       
   199     in particular the 
       
   200     <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
       
   201       JMX Specification, version 1.4</a>
   198       JMX Specification, version 1.4</a>
   202     
   199     
   203     @since 1.5
   200     @since 1.5
   204 
   201 
   205     </body>
   202     </body>