软件包 | 描述 |
---|---|
javax.management.remote |
用于远程访问JMX MBean服务器接口。
|
javax.management.remote.rmi |
RMI连接器是一个JMX远程API,使用RMI传输客户端请求到远程管理服务器连接器。
|
Modifier and Type | Method and Description |
---|---|
JMXServiceURL |
JMXAddressable.getAddress()
此对象的地址。
|
JMXServiceURL |
JMXConnectorServerMBean.getAddress()
此连接器服务器的地址。
|
Modifier and Type | Method and Description |
---|---|
static JMXConnector |
JMXConnectorFactory.connect(JMXServiceURL serviceURL)
在给定的地址创建一个连接到连接器服务器。
|
static JMXConnector |
JMXConnectorFactory.connect(JMXServiceURL serviceURL, Map<String,?> environment)
在给定的地址创建一个连接到连接器服务器。
|
JMXConnector |
JMXConnectorProvider.newJMXConnector(JMXServiceURL serviceURL, Map<String,?> environment)
创建一个新的连接器客户端,该客户端准备在给定的地址连接到连接器服务器上。
|
static JMXConnector |
JMXConnectorFactory.newJMXConnector(JMXServiceURL serviceURL, Map<String,?> environment)
在给定的地址中创建连接器服务器的连接器客户端。
|
JMXConnectorServer |
JMXConnectorServerProvider.newJMXConnectorServer(JMXServiceURL serviceURL, Map<String,?> environment, MBeanServer mbeanServer)
在给定的地址创建一个新的连接器服务器。
|
static JMXConnectorServer |
JMXConnectorServerFactory.newJMXConnectorServer(JMXServiceURL serviceURL, Map<String,?> environment, MBeanServer mbeanServer)
在给定的地址创建一个连接器服务器。
|
Modifier and Type | Method and Description |
---|---|
JMXServiceURL |
RMIConnectorServer.getAddress() |
JMXServiceURL |
RMIConnector.getAddress()
该连接器的地址。
|
Constructor and Description |
---|
RMIConnector(JMXServiceURL url, Map<String,?> environment)
构建了一个
RMIConnector 将连接RMI连接器服务器的地址。
|
RMIConnectorServer(JMXServiceURL url, Map<String,?> environment)
让一个
RMIConnectorServer 。
|
RMIConnectorServer(JMXServiceURL url, Map<String,?> environment, MBeanServer mbeanServer)
对给定的MBean服务器的
RMIConnectorServer 。
|
RMIConnectorServer(JMXServiceURL url, Map<String,?> environment, RMIServerImpl rmiServerImpl, MBeanServer mbeanServer)
对给定的MBean服务器的
RMIConnectorServer 。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.