Module java.management.rmi
Defines the RMI connector
for the Java Management Extensions (JMX) Remote API.
- Providers:
- This module provides
JMXConnectorProviderservice that creates the JMX connector clients using RMI protocol. Instances ofJMXConnectorcan be obtained via theJMXConnectorFactory.newJMXConnectorfactory method. It also providesJMXConnectorServerProviderservice that creates the JMX connector servers using RMI protocol. Instances ofJMXConnectorServercan be obtained via theJMXConnectorServerFactory.newJMXConnectorServerfactory method.
- 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 for creating JMX API connector clients using a given protocol.JMXConnectorServerProvider A provider for creating JMX API connector servers using a given protocol.
-