JMXConnectorProvider
service, which creates JMX connector clients using the RMI protocol. Instances of JMXConnector
can be obtained via the JMXConnectorFactory.newJMXConnector
factory method. It also provides the JMXConnectorServerProvider
service, which creates JMX connector servers using the RMI protocol. Instances of JMXConnectorServer
can be obtained via the JMXConnectorServerFactory.newJMXConnectorServer
factory method. Package | Description |
---|---|
javax.management.remote.rmi | The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server. |
Modifier | Module | Description |
---|---|---|
transitive | java.management | Defines the Java Management Extensions (JMX) API. |
transitive | java.rmi | Defines the Remote Method Invocation (RMI) API. |
Type | Description |
---|---|
JMXConnectorProvider | A provider for creating JMX API connector clients using a given protocol. |
JMXConnectorServerProvider | A provider for creating JMX API connector servers using a given protocol. |
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.management.rmi/module-summary.html