Module java.management.rmi

Defines the RMI connector for the Java Management Extensions (JMX) Remote API.

Providers:
This module provides the 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.

Module Graph:
Module graph for java.management.rmiModule graph for java.management.rmi
Since:
9

Packages

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.

Modules

Modifier Module Description
transitive java.management

Defines the Java Management Extensions (JMX) API.

transitive java.rmi

Defines the Remote Method Invocation (RMI) API.

Services