8181895: javax management docs contain links to technotes
Summary: Edited links to point to Alternate paths
Reviewed-by: rriggs
Contributed-by: ujwal.vangapally@oracle.com
--- a/jdk/src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnection.java Mon Jul 31 17:37:46 2017 -0700
+++ b/jdk/src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnection.java Tue Aug 01 10:33:47 2017 +0530
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -73,8 +73,8 @@
* must not be null; the behavior is unspecified if it is.</p>
*
* <p>Class loading aspects are detailed in the
- * <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
- * JMX Specification, version 1.4</a> PDF document.</p>
+ * <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
+ * JMX Specification, version 1.4</a></p>
*
* <p>Most methods in this interface parallel methods in the {@link
* MBeanServerConnection} interface. Where an aspect of the behavior
--- a/jdk/src/java.management.rmi/share/classes/javax/management/remote/rmi/package.html Mon Jul 31 17:37:46 2017 -0700
+++ b/jdk/src/java.management.rmi/share/classes/javax/management/remote/rmi/package.html Tue Aug 01 10:33:47 2017 +0530
@@ -2,7 +2,7 @@
<head>
<title>RMI connector</title>
<!--
-Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
@@ -316,19 +316,8 @@
<p>If an RMI connector client or server receives from its peer an
instance of a class that it does not know, and if dynamic code
downloading is active for the RMI connection, then the class can
- be downloaded from a codebase specified by the peer. The
- article <a
- href="{@docRoot}/../technotes/guides/rmi/codebase.html"><em>Dynamic
- code downloading using Java RMI</em></a> explains this in more
- detail.</p>
-
-
- @see <a href="{@docRoot}/../technotes/guides/rmi/index.html">
- Java™ Remote Method
- Invocation (RMI)</a>
-
- @see <a href="{@docRoot}/../technotes/guides/jndi/index.html">
- Java Naming and Directory Interface™ (JNDI)</a>
+ be downloaded from a codebase specified by the peer.
+ {@extLink rmi_guide Java RMI Guide} explains this in more detail.</p>
@see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045,
section 6.8, "Base64 Content-Transfer-Encoding"</a>
--- a/jdk/src/java.management/share/classes/javax/management/loading/package.html Mon Jul 31 17:37:46 2017 -0700
+++ b/jdk/src/java.management/share/classes/javax/management/loading/package.html Tue Aug 01 10:33:47 2017 +0530
@@ -2,7 +2,7 @@
<head>
<title>javax.management.loading package</title>
<!--
-Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
@@ -67,11 +67,8 @@
<code>PrivateClassLoader</code>.</p>
<p id="spec">
- @see <a href="{@docRoot}/../technotes/guides/jmx/">
- Java Platform documentation on JMX technology</a>,
- in particular the
- <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
- JMX Specification, version 1.4(pdf).</a>
+ @see <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
+ JMX Specification, version 1.4</a>
@since 1.5
</BODY>
--- a/jdk/src/java.management/share/classes/javax/management/modelmbean/package.html Mon Jul 31 17:37:46 2017 -0700
+++ b/jdk/src/java.management/share/classes/javax/management/modelmbean/package.html Tue Aug 01 10:33:47 2017 +0530
@@ -2,7 +2,7 @@
<head>
<title>javax.management.modelmbean package</title>
<!--
-Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
@@ -114,9 +114,8 @@
<ul>
<li>See the <i>JMX 1.4 Specification</i>
- PDF document available from the
- <a href="{@docRoot}/../technotes/guides/jmx/">
- Java Platform documentation on JMX technology</a>
+ <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
+ JMX Specification, version 1.4</a>
</ul>
@since 1.5
--- a/jdk/src/java.management/share/classes/javax/management/monitor/package.html Mon Jul 31 17:37:46 2017 -0700
+++ b/jdk/src/java.management/share/classes/javax/management/monitor/package.html Tue Aug 01 10:33:47 2017 +0530
@@ -2,7 +2,7 @@
<head>
<title>javax.management.monitor package</title>
<!--
-Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
@@ -184,11 +184,8 @@
</li>
</ul>
<p id="spec">
- @see <a href="{@docRoot}/../technotes/guides/jmx/">
- Java Platform documentation on JMX technology</a>,
- in particular the
- <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
- JMX Specification, version 1.4(pdf).</a>
+ @see <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
+ JMX Specification, version 1.4</a>
@since 1.5
</BODY>
--- a/jdk/src/java.management/share/classes/javax/management/openmbean/package.html Mon Jul 31 17:37:46 2017 -0700
+++ b/jdk/src/java.management/share/classes/javax/management/openmbean/package.html Tue Aug 01 10:33:47 2017 +0530
@@ -2,7 +2,7 @@
<head>
<title>javax.management.openmbean package</title>
<!--
-Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 2001, 2017, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
@@ -142,10 +142,7 @@
then {@code minValue} must not be greater than {@code maxValue}.
</ul>
- @see <a href="{@docRoot}/../technotes/guides/jmx/">
- Java Platform documentation on JMX technology</a>,
- in particular the
- <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
+ @see <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
JMX Specification, version 1.4</a>
@since 1.5
--- a/jdk/src/java.management/share/classes/javax/management/package.html Mon Jul 31 17:37:46 2017 -0700
+++ b/jdk/src/java.management/share/classes/javax/management/package.html Tue Aug 01 10:33:47 2017 +0530
@@ -2,7 +2,7 @@
<head>
<title>javax.management package</title>
<!--
-Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
@@ -389,11 +389,8 @@
</ul>
<p id="spec">
- @see <a href="{@docRoot}/../technotes/guides/jmx/index.html">
- Java Platform documentation on JMX technology</a>
- in particular the
- <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
- JMX Specification, version 1.4(pdf).</a>
+ @see <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
+ JMX Specification, version 1.4</a>
@since 1.5
--- a/jdk/src/java.management/share/classes/javax/management/relation/package.html Mon Jul 31 17:37:46 2017 -0700
+++ b/jdk/src/java.management/share/classes/javax/management/relation/package.html Tue Aug 01 10:33:47 2017 +0530
@@ -2,7 +2,7 @@
<head>
<title>javax.management.relation package</title>
<!--
-Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
@@ -136,10 +136,7 @@
// Set of ObjectName containing moduleB
</pre>
- @see <a href="{@docRoot}/../technotes/guides/jmx/">
- Java Platform documentation on JMX technology</a>,
- in particular the
- <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
+ @see <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
JMX Specification, version 1.4</a>
@since 1.5
--- a/jdk/src/java.management/share/classes/javax/management/remote/package.html Mon Jul 31 17:37:46 2017 -0700
+++ b/jdk/src/java.management/share/classes/javax/management/remote/package.html Tue Aug 01 10:33:47 2017 +0530
@@ -2,7 +2,7 @@
<head>
<title>JMX™ Remote API.</title>
<!--
-Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
@@ -32,8 +32,8 @@
This package defines the essential interfaces for making a JMX
MBean server manageable remotely. The specification of this
functionality is completed by Part III of the
- <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
- JMX Specification, version 1.4</a> PDF document.</p>
+ <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
+ JMX Specification, version 1.4</a></p>
<p>The JMX specification defines the notion of <b>connectors</b>.
A connector is attached to a JMX API MBean server and makes it
@@ -194,10 +194,7 @@
connector server.</p>
- @see <a href="{@docRoot}/../technotes/guides/jmx/">
- Java Platform documentation on JMX technology</a>,
- in particular the
- <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
+ @see <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
JMX Specification, version 1.4</a>
@since 1.5