Skip to content

Commit 5071889

Browse files
committed
8358701: Remove misleading javax.management.remote API doc wording about JMX spec, and historic link to JMXMP
Reviewed-by: mbaesken Backport-of: 66535fe26da27dfaf0940bd70deb30942f7d0cdc
1 parent dc75742 commit 5071889

File tree

1 file changed

+6
-24
lines changed
  • src/java.management/share/classes/javax/management/remote

1 file changed

+6
-24
lines changed

src/java.management/share/classes/javax/management/remote/package.html

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<title>JMX Remote API.</title>
44
<!--
5-
Copyright (c) 2002, 2019, Oracle and/or its affiliates. All rights reserved.
5+
Copyright (c) 2002, 2025, Oracle and/or its affiliates. All rights reserved.
66
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
77
88
This code is free software; you can redistribute it and/or modify it
@@ -30,12 +30,9 @@
3030
<p>Interfaces for remote access to
3131
JMX MBean servers.
3232
This package defines the essential interfaces for making a JMX
33-
MBean server manageable remotely. The specification of this
34-
functionality is completed by Part III of the
35-
<a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
36-
JMX Specification, version 1.4</a></p>
33+
MBean server manageable remotely.</p>
3734

38-
<p>The JMX specification defines the notion of <b>connectors</b>.
35+
<p>JMX defines the notion of <b>connectors</b>.
3936
A connector is attached to a JMX API MBean server and makes it
4037
accessible to remote Java clients. The client end of a
4138
connector exports essentially the same interface as the MBean
@@ -44,33 +41,18 @@
4441
interface.</p>
4542

4643
<p>A connector makes an MBean server remotely accessible through
47-
a given protocol. The JMX Remote API allows the use of different
48-
type of connectors:
44+
a given protocol.
4945

5046
<ul>
5147
<li>The JMX Remote API defines a standard connector,
5248
the <b>RMI Connector</b>, which provides remote access to an
5349
MBeanServer through RMI.
5450

55-
<li>The JMX Remote API also defines an optional connector called
56-
<b>JMXMP Connector</b> implementing the JMX Message Protocol
57-
(JMXMP). As it is optional, it is not part of this bundle (see
58-
note below).
59-
60-
<li>User-defined connector protocols are also possible using the
51+
<li>Other connector protocols are also possible using the
6152
{@link javax.management.remote.JMXConnectorFactory
62-
JMXConnectorFactory} and, optionally, the Generic Connector
63-
(not part of this bundle, see note below).
53+
JMXConnectorFactory}
6454
</ul>
6555

66-
<p><u>Note</u>: the optional packages implementing
67-
the optional part of the <em>JMX Remote API</em>
68-
are not included in the <em>Java SE Platform</em>
69-
but are available from the <em>JMX Remote API
70-
<a href="https://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-plat-419418.html">
71-
Reference Implementation</a></em>.</p>
72-
73-
7456
<h2>Connector addresses</h2>
7557

7658
<p>Typically, a connector server has an address, represented by the

0 commit comments

Comments
 (0)