|
1 | 1 | /*
|
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. |
3 | 3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
4 | 4 | *
|
5 | 5 | * This code is free software; you can redistribute it and/or modify it
|
|
27 | 27 | * <p>Interfaces for remote access to
|
28 | 28 | * JMX MBean servers.
|
29 | 29 | * 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> |
34 | 31 | *
|
35 |
| - * <p>The JMX specification defines the notion of <b>connectors</b>. |
| 32 | + * <p>JMX defines the notion of <b>connectors</b>. |
36 | 33 | * A connector is attached to a JMX API MBean server and makes it
|
37 | 34 | * accessible to remote Java clients. The client end of a
|
38 | 35 | * connector exports essentially the same interface as the MBean
|
|
41 | 38 | * interface.</p>
|
42 | 39 | *
|
43 | 40 | * <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. |
46 | 42 | *
|
47 |
| - * <ul> |
| 43 | + * <ul> |
48 | 44 | * <li>The JMX Remote API defines a standard connector,
|
49 | 45 | * the <b>RMI Connector</b>, which provides remote access to an
|
50 |
| - * MBeanServer through RMI. |
| 46 | + * MBeanServer through RMI. |
51 | 47 | *
|
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 |
58 | 49 | * {@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> |
70 | 52 | *
|
71 | 53 | * <h2>Connector addresses</h2>
|
72 | 54 | *
|
|
0 commit comments