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 Modifier and Type Class 描述 class
RMIIIOPServerImpl
已过时。此运输已不再受支持。class
RMIJRMPServerImpl
一个RMIServer
通过JRMP导出并将客户端连接创建为通过JRMP导出的RMI对象的对象。class
RMIServerImpl
表示连接器服务器的RMI对象。class
RMIServerImpl_Stub
Constructors in javax.management.remote.rmi with parameters of type RMIServer Constructor 描述 RMIConnector(RMIServer rmiServer, Map<String,?> environment)
使用给定的RMI存根构造一个RMIConnector
。
-