Module java.management.rmi

Defines the RMI connector for the Java Management Extensions (JMX) Remote API.
Providers:
This module provides JMXConnectorProvider service that creates the JMX connector clients using RMI protocol. Instances of JMXConnector can be obtained via the JMXConnectorFactory.newJMXConnector factory method. It also provides JMXConnectorServerProvider service that creates the JMX connector servers using RMI protocol. Instances of JMXConnectorServer can be obtained via the JMXConnectorServerFactory.newJMXConnectorServer factory method.
Since:
9