提交 7c4a9e01 编写于 作者: F fparain

7031754: javax.management docs need to be updated to replace Java SE 6 occurrences

Summary: Remove references to a specific version of the Java Platform
Reviewed-by: mchung, kamg
上级 27102e93
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<head> <head>
<title>javax.management.loading package</title> <title>javax.management.loading package</title>
<!-- <!--
Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved. Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it This code is free software; you can redistribute it and/or modify it
...@@ -68,7 +68,7 @@ questions. ...@@ -68,7 +68,7 @@ questions.
<p id="spec"> <p id="spec">
@see <a href="{@docRoot}/../technotes/guides/jmx/"> @see <a href="{@docRoot}/../technotes/guides/jmx/">
Java SE 6 Platform documentation on JMX technology</a>, Java Platform documentation on JMX technology</a>,
in particular the in particular the
<a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf"> <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
JMX Specification, version 1.4(pdf).</a> JMX Specification, version 1.4(pdf).</a>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<head> <head>
<title>javax.management.modelmbean package</title> <title>javax.management.modelmbean package</title>
<!-- <!--
Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it This code is free software; you can redistribute it and/or modify it
...@@ -116,7 +116,7 @@ mbs.invoke(mapName, "get", new Object[] {"key"}, new String[] {Object.class.getN ...@@ -116,7 +116,7 @@ mbs.invoke(mapName, "get", new Object[] {"key"}, new String[] {Object.class.getN
<li>See the <i>JMX 1.4 Specification</i> <li>See the <i>JMX 1.4 Specification</i>
PDF document available from the PDF document available from the
<a href="{@docRoot}/../technotes/guides/jmx/"> <a href="{@docRoot}/../technotes/guides/jmx/">
Java SE 6 Platform documentation on JMX</a> Java Platform documentation on JMX technology</a>
</ul> </ul>
@since 1.5 @since 1.5
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<head> <head>
<title>javax.management.monitor package</title> <title>javax.management.monitor package</title>
<!-- <!--
Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved. Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it This code is free software; you can redistribute it and/or modify it
...@@ -184,7 +184,7 @@ questions. ...@@ -184,7 +184,7 @@ questions.
</ul> </ul>
<p id="spec"> <p id="spec">
@see <a href="{@docRoot}/../technotes/guides/jmx/"> @see <a href="{@docRoot}/../technotes/guides/jmx/">
Java SE 6 Platform documentation on JMX technology</a>, Java Platform documentation on JMX technology</a>,
in particular the in particular the
<a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf"> <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
JMX Specification, version 1.4(pdf).</a> JMX Specification, version 1.4(pdf).</a>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<head> <head>
<title>javax.management.openmbean package</title> <title>javax.management.openmbean package</title>
<!-- <!--
Copyright (c) 2001, 2007, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it This code is free software; you can redistribute it and/or modify it
...@@ -143,7 +143,7 @@ questions. ...@@ -143,7 +143,7 @@ questions.
</ul> </ul>
@see <a href="{@docRoot}/../technotes/guides/jmx/"> @see <a href="{@docRoot}/../technotes/guides/jmx/">
Java SE 6 Platform documentation on JMX technology</a>, Java Platform documentation on JMX technology</a>,
in particular the in particular the
<a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf"> <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
JMX Specification, version 1.4</a> JMX Specification, version 1.4</a>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<head> <head>
<title>javax.management package</title> <title>javax.management package</title>
<!-- <!--
Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved. Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it This code is free software; you can redistribute it and/or modify it
...@@ -391,7 +391,7 @@ questions. ...@@ -391,7 +391,7 @@ questions.
<p id="spec"> <p id="spec">
@see <a href="{@docRoot}/../technotes/guides/jmx/index.html"> @see <a href="{@docRoot}/../technotes/guides/jmx/index.html">
Java SE 6 Platform documentation on JMX technology</a> Java Platform documentation on JMX technology</a>
in particular the in particular the
<a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf"> <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
JMX Specification, version 1.4(pdf).</a> JMX Specification, version 1.4(pdf).</a>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<head> <head>
<title>javax.management.relation package</title> <title>javax.management.relation package</title>
<!-- <!--
Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it This code is free software; you can redistribute it and/or modify it
...@@ -137,7 +137,7 @@ Set&lt;ObjectName&gt; dependentASet = dependentAMap.keySet(); ...@@ -137,7 +137,7 @@ Set&lt;ObjectName&gt; dependentASet = dependentAMap.keySet();
</pre> </pre>
@see <a href="{@docRoot}/../technotes/guides/jmx/"> @see <a href="{@docRoot}/../technotes/guides/jmx/">
Java SE 6 Platform documentation on JMX technology</a>, Java Platform documentation on JMX technology</a>,
in particular the in particular the
<a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf"> <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
JMX Specification, version 1.4</a> JMX Specification, version 1.4</a>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<head> <head>
<title>JMX<sup><font size="-2">TM</font></sup> Remote API.</title> <title>JMX<sup><font size="-2">TM</font></sup> Remote API.</title>
<!-- <!--
Copyright (c) 2002, 2006, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it This code is free software; you can redistribute it and/or modify it
...@@ -195,7 +195,7 @@ rmi://192.18.1.9 username 1 ...@@ -195,7 +195,7 @@ rmi://192.18.1.9 username 1
@see <a href="{@docRoot}/../technotes/guides/jmx/"> @see <a href="{@docRoot}/../technotes/guides/jmx/">
Java SE 6 Platform documentation on JMX technology</a>, Java Platform documentation on JMX technology</a>,
in particular the in particular the
<a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf"> <a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
JMX Specification, version 1.4</a> JMX Specification, version 1.4</a>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册