mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-21 15:55:15 +00:00
8181895: javax management docs contain links to technotes
Edited links to point to Alternate paths Reviewed-by: rriggs
This commit is contained in:
parent
2de62f2a74
commit
a3821dc595
@ -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 @@ import javax.security.auth.Subject;
|
||||
* 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
|
||||
|
||||
@ -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 @@ questions.
|
||||
<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>
|
||||
|
||||
@ -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 @@ questions.
|
||||
<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>
|
||||
|
||||
@ -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 @@ mbs.invoke(mapName, "get", new Object[] {"key"}, new String[] {Object.class.getN
|
||||
|
||||
<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
|
||||
|
||||
@ -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 @@ questions.
|
||||
</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>
|
||||
|
||||
@ -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 @@ questions.
|
||||
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
|
||||
|
||||
@ -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 @@ questions.
|
||||
</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
|
||||
|
||||
|
||||
@ -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<ObjectName> dependentASet = dependentAMap.keySet();
|
||||
// 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
|
||||
|
||||
@ -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 @@ questions.
|
||||
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 @@ rmi://192.18.1.9 username 1
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user