Providers
This module provides the
javax.
service,
which creates JMX connector clients using the RMI protocol.
Instances of JMXConnector
can be obtained via the
JMXConnectorFactory.
factory method.
It also provides the javax.
service,
which creates JMX connector servers using the RMI protocol.
Instances of JMXConnectorServer
can be obtained via the
JMXConnectorServerFactory.
factory method.
Modifier and Type | Package and Description |
---|---|
package | |
package | com.
Exported to |
exported package | javax.
The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server. |