Module java.management.rmi
Defines the RMI connector for the Java Management Extensions (JMX) Remote API.
- Providers:
- This module provides the
JMXConnectorProviderservice, which creates JMX connector clients using the RMI protocol. Instances ofJMXConnectorcan be obtained via theJMXConnectorFactory.newJMXConnectorfactory method. It also provides theJMXConnectorServerProviderservice, which creates JMX connector servers using the RMI protocol. Instances ofJMXConnectorServercan be obtained via theJMXConnectorServerFactory.newJMXConnectorServerfactory method.
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
| Type | Description |
|---|---|
| JMXConnectorProvider | |
| JMXConnectorServerProvider |