Skip to content

Commit 24136d2

Browse files
author
duke
committed
Backport 66535fe
1 parent 839a91e commit 24136d2

File tree

1 file changed

+9
-27
lines changed

1 file changed

+9
-27
lines changed

src/java.management/share/classes/javax/management/remote/package-info.java

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2002, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2002, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -27,12 +27,9 @@
2727
* <p>Interfaces for remote access to
2828
* JMX MBean servers.
2929
* This package defines the essential interfaces for making a JMX
30-
* MBean server manageable remotely. The specification of this
31-
* functionality is completed by Part III of the
32-
* <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html">
33-
* JMX Specification, version 1.4</a></p>
30+
* MBean server manageable remotely.</p>
3431
*
35-
* <p>The JMX specification defines the notion of <b>connectors</b>.
32+
* <p>JMX defines the notion of <b>connectors</b>.
3633
* A connector is attached to a JMX API MBean server and makes it
3734
* accessible to remote Java clients. The client end of a
3835
* connector exports essentially the same interface as the MBean
@@ -41,32 +38,17 @@
4138
* interface.</p>
4239
*
4340
* <p>A connector makes an MBean server remotely accessible through
44-
* a given protocol. The JMX Remote API allows the use of different
45-
* type of connectors:
41+
* a given protocol.
4642
*
47-
* <ul>
43+
* <ul>
4844
* <li>The JMX Remote API defines a standard connector,
4945
* the <b>RMI Connector</b>, which provides remote access to an
50-
* MBeanServer through RMI.
46+
* MBeanServer through RMI.
5147
*
52-
* <li>The JMX Remote API also defines an optional connector called
53-
* <b>JMXMP Connector</b> implementing the JMX Message Protocol
54-
* (JMXMP). As it is optional, it is not part of this bundle (see
55-
* note below).
56-
*
57-
* <li>User-defined connector protocols are also possible using the
48+
* <li>Other connector protocols are also possible using the
5849
* {@link javax.management.remote.JMXConnectorFactory
59-
* JMXConnectorFactory} and, optionally, the Generic Connector
60-
* (not part of this bundle, see note below).
61-
* </ul>
62-
*
63-
* <p><u>Note</u>: the optional packages implementing
64-
* the optional part of the <em>JMX Remote API</em>
65-
* are not included in the <em>Java SE Platform</em>
66-
* but are available from the <em>JMX Remote API
67-
* <a href="https://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-plat-419418.html">
68-
* Reference Implementation</a></em>.</p>
69-
*
50+
* JMXConnectorFactory}.
51+
* </ul>
7052
*
7153
* <h2>Connector addresses</h2>
7254
*

0 commit comments

Comments
 (0)