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 Modifier and Type Class 描述 classRMIIIOPServerImpl已过时。此运输已不再受支持。classRMIJRMPServerImpl一个RMIServer对象,通过JRMP导出并将客户端连接创建为通过JRMP导出的RMI对象。Constructors in javax.management.remote.rmi with parameters of type RMIServerImpl Constructor 描述 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。
-