Uses of Interface
javax.management.remote.JMXConnector
Package
Description
Interfaces for remote access to
JMX MBean servers.
The RMI connector is a connector for the JMX Remote API that
uses RMI to transmit client requests to a remote MBean server.
-
Uses of JMXConnector in javax.management.remote
Modifier and TypeMethodDescriptionstatic JMXConnector
JMXConnectorFactory.connect
(JMXServiceURL serviceURL) Creates a connection to the connector server at the given address.static JMXConnector
JMXConnectorFactory.connect
(JMXServiceURL serviceURL, Map<String, ?> environment) Creates a connection to the connector server at the given address.static JMXConnector
JMXConnectorFactory.newJMXConnector
(JMXServiceURL serviceURL, Map<String, ?> environment) Creates a connector client for the connector server at the given address.JMXConnectorProvider.newJMXConnector
(JMXServiceURL serviceURL, Map<String, ?> environment) Creates a new connector client that is ready to connect to the connector server at the given address.JMXConnectorServer.toJMXConnector
(Map<String, ?> env) Returns a client stub for this connector server.JMXConnectorServerMBean.toJMXConnector
(Map<String, ?> env) Returns a client stub for this connector server. -
Uses of JMXConnector in javax.management.remote.rmi
Modifier and TypeMethodDescriptionRMIConnectorServer.toJMXConnector
(Map<String, ?> env) Returns a client stub for this connector server.