Module java.management.rmi
Defines the RMI Connector for the Java Management Extensions (JMX) Remote API.
The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.
- Since:
- 9
-
-
Packages
Exports 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
Requires Modifier Module Description transitive java.management Defines the Java Management Extensions (JMX) API.transitive java.rmi Defines the Remote Method Invocation (RMI) API.
-
Services
Provides Type Description JMXConnectorProvider A provider of JMXConnectorfor the RMI protocol.
Instances ofJMXConnectorusing the RMI protocol are usually created by theJMXConnectorFactorywhich will locate and load the appropriateJMXConnectorProviderservice implementation for the given protocol.A provider for creating JMX API connector clients using a given protocol.JMXConnectorServerProvider A provider of JMXConnectorServerfor the RMI protocol.
Instances ofJMXConnectorServerusing the RMI protocol are usually created by theJMXConnectorServerFactorywhich will locate and load the appropriateJMXConnectorServerProviderservice implementation for the given protocol.A provider for creating JMX API connector servers using a given protocol.
-