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 变量和类型 方法 描述 JMXServiceURLJMXAddressable. getAddress()该对象的地址。JMXServiceURLJMXConnectorServerMBean. getAddress()此连接器服务器的地址。Methods in javax.management.remote with parameters of type JMXServiceURL 变量和类型 方法 描述 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 变量和类型 方法 描述 JMXServiceURLRMIConnector. getAddress()此连接器的地址。Constructors in javax.management.remote.rmi with parameters of type JMXServiceURL 构造器 描述 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。
-