Uses of Interface
javax.management.remote.rmi.RMIServer
-
Packages that use RMIServer 软件包 描述 javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。 -
-
Uses of RMIServer in javax.management.remote.rmi
Classes in javax.management.remote.rmi that implement RMIServer 变量和类型 类 描述 class
RMIIIOPServerImpl
已过时。不再支持此传输。class
RMIJRMPServerImpl
通过JRMP导出并通过JRMP导出的RMI对象创建客户端连接的RMIServer
对象。class
RMIServerImpl
表示连接器服务器的RMI对象。class
RMIServerImpl_Stub
Constructors in javax.management.remote.rmi with parameters of type RMIServer 构造器 描述 RMIConnector(RMIServer rmiServer, Map<String,?> environment)
使用给定的RMI存根构造一个RMIConnector
。
-