| Package | Description |
|---|---|
| javax.management.remote |
Interfaces for remote access to JMX MBean servers.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
JMXServiceURL |
JMXConnectorServerMBean.getAddress()
The address of this connector server.
|
JMXServiceURL |
JMXAddressable.getAddress()
The address of this object.
|
| Modifier and Type | Method and Description |
|---|---|
static JMXConnector |
JMXConnectorFactory.connect(JMXServiceURL
Creates a connection to the connector server at the given address.
|
static JMXConnector |
JMXConnectorFactory.connect(JMXServiceURL
Creates a connection to the connector server at the given address.
|
JMXConnector |
JMXConnectorProvider.newJMXConnector(JMXServiceURL
Creates a new connector client that is ready to connect to the connector server at the given address.
|
static JMXConnector |
JMXConnectorFactory.newJMXConnector(JMXServiceURL
Creates a connector client for the connector server at the given address.
|
static JMXConnectorServer |
JMXConnectorServerFactory.newJMXConnectorServer(JMXServiceURL
Creates a connector server at the given address.
|
JMXConnectorServer |
JMXConnectorServerProvider.newJMXConnectorServer(JMXServiceURL
Creates a new connector server at the given address.
|
| Modifier and Type | Method and Description |
|---|---|
JMXServiceURL |
RMIConnector.getAddress()
The address of this connector.
|
JMXServiceURL |
RMIConnectorServer.getAddress()
|
| Constructor and Description | |
|---|---|
RMIConnector(JMXServiceURL
Constructs an
RMIConnector that will connect the RMI connector server with the given address.
|
|
RMIConnectorServer(JMXServiceURL
Makes an
RMIConnectorServer.
|
|
RMIConnectorServer(JMXServiceURL
Makes an
RMIConnectorServer for the given MBean server.
|
|
RMIConnectorServer(JMXServiceURL
Makes an
RMIConnectorServer for the given MBean server.
|