|
|||||||||
类 javax.management.remote.rmi.RMIServerImpl
的使用
使用 RMIServerImpl 的软件包 | |
---|---|
javax.management.remote.rmi | RMI 连接器是供 JMX Remote API 使用的一种连接器,后者使用 RMI 将客户端请求传输到远程 MBean 服务器。 |
javax.management.remote.rmi 中 RMIServerImpl 的使用 |
---|
javax.management.remote.rmi 中 RMIServerImpl 的子类 | |
---|---|
class |
RMIIIOPServerImpl 一个 RMIServerImpl ,它通过 IIOP 导出,并可创建如同由 IIOP 导出的 RMI 对象的客户端连接。 |
class |
RMIJRMPServerImpl 一个 RMIServer 对象,它通过 JRMP 导出,并可创建如同由 JRMP 导出的 RMI 对象的客户端连接。 |
参数类型为 RMIServerImpl 的 javax.management.remote.rmi 中的构造方法 | |
---|---|
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 。 |
所有类
|
|||||||||