Uses of Class
javax.management.remote.rmi.RMIServerImpl
-
Packages that use RMIServerImpl 软件包 描述 javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。 -
-
Uses of RMIServerImpl in javax.management.remote.rmi
Subclasses of RMIServerImpl in javax.management.remote.rmi 变量和类型 类 描述 class
RMIIIOPServerImpl
已过时。不再支持此传输。class
RMIJRMPServerImpl
通过JRMP导出并通过JRMP导出的RMI对象创建客户端连接的RMIServer
对象。Constructors in javax.management.remote.rmi with parameters of type RMIServerImpl 构造器 描述 RMIConnectionImpl(RMIServerImpl rmiServer, String connectionId, ClassLoader defaultClassLoader, Subject subject, Map<String,?> env)
构造一个新的RMIConnection
。RMIConnectorServer(JMXServiceURL url, Map<String,?> environment, RMIServerImpl rmiServerImpl, MBeanServer mbeanServer)
为给定的MBean服务器创建RMIConnectorServer
。
-