jdk/src/java.management/share/classes/javax/management/relation/package.html
changeset 46050 f51c14dc540f
parent 25859 3317bb8137f4
equal deleted inserted replaced
46049:582273afc391 46050:f51c14dc540f
     1 <html>
     1 <html>
     2 <head>
     2 <head>
     3 <title>javax.management.relation package</title>
     3 <title>javax.management.relation package</title>
     4 <!--
     4 <!--
     5 Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
     5 Copyright (c) 2000, 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
   134     relSvc.findAssociatedMBeans(moduleA, "DependsOn", "dependent");
   134     relSvc.findAssociatedMBeans(moduleA, "DependsOn", "dependent");
   135 Set&lt;ObjectName&gt; dependentASet = dependentAMap.keySet();
   135 Set&lt;ObjectName&gt; dependentASet = dependentAMap.keySet();
   136 // Set of ObjectName containing moduleB
   136 // Set of ObjectName containing moduleB
   137 </pre>
   137 </pre>
   138 
   138 
   139     @see <a href="{@docRoot}/../technotes/guides/jmx/">
   139     @see <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
   140       Java Platform documentation on JMX technology</a>,
       
   141     in particular the 
       
   142     <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
       
   143       JMX Specification, version 1.4</a>
   140       JMX Specification, version 1.4</a>
   144 
   141 
   145       @since 1.5
   142       @since 1.5
   146 
   143 
   147 </BODY>
   144 </BODY>