Uses of Class
javax.management.remote.JMXServiceURL
-
Packages that use JMXServiceURL 软件包 描述 javax.management.remote 用于远程访问JMX MBean服务器的接口。javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。 -
-
Uses of JMXServiceURL in javax.management.remote
Methods in javax.management.remote that return JMXServiceURL Modifier and Type 方法 描述 JMXServiceURLJMXAddressable. getAddress()这个对象的地址。JMXServiceURLJMXConnectorServerMBean. getAddress()该连接器服务器的地址。Methods in javax.management.remote with parameters of type JMXServiceURL Modifier and Type 方法 描述 static JMXConnectorJMXConnectorFactory. connect(JMXServiceURL serviceURL)创建与给定地址的连接器服务器的连接。static JMXConnectorJMXConnectorFactory. connect(JMXServiceURL serviceURL, Map<String,?> environment)创建与给定地址的连接器服务器的连接。static JMXConnectorJMXConnectorFactory. newJMXConnector(JMXServiceURL serviceURL, Map<String,?> environment)在给定的地址创建连接器服务器的连接器客户端。JMXConnectorJMXConnectorProvider. newJMXConnector(JMXServiceURL serviceURL, Map<String,?> environment)创建一个新的连接器客户端,可以在给定的地址连接到连接器服务器。static JMXConnectorServerJMXConnectorServerFactory. newJMXConnectorServer(JMXServiceURL serviceURL, Map<String,?> environment, MBeanServer mbeanServer)在给定的地址创建一个连接器服务器。JMXConnectorServerJMXConnectorServerProvider. newJMXConnectorServer(JMXServiceURL serviceURL, Map<String,?> environment, MBeanServer mbeanServer)在给定的地址创建一个新的连接器服务器。 -
Uses of JMXServiceURL in javax.management.remote.rmi
Methods in javax.management.remote.rmi that return JMXServiceURL Modifier and Type 方法 描述 JMXServiceURLRMIConnector. getAddress()该连接器的地址。JMXServiceURLRMIConnectorServer. getAddress()Constructors in javax.management.remote.rmi with parameters of type JMXServiceURL Constructor 描述 RMIConnector(JMXServiceURL url, Map<String,?> environment)构造一个将连接RMI连接器服务器与给定地址的RMIConnector。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。
-