接口的使用
javax.management.remote.rmi.RMIConnection
使用 RMIConnection 的包
-
RMIConnection 在 javax.management.remote.rmi 中的用法
修饰符和类型方法描述protected RMIConnection
RMIIIOPServerImpl.makeClient
(String connectionId, Subject subject) 已弃用。protected RMIConnection
RMIJRMPServerImpl.makeClient
(String connectionId, Subject subject) 创建一个新的客户端连接作为通过 JRMP 导出的 RMI 对象。protected abstract RMIConnection
RMIServerImpl.makeClient
(String connectionId, Subject subject) 创建新的客户端连接。通过此 RMI 连接器建立新连接。创建新的客户端连接。javax.management.remote.rmi 中的方法,参数类型为 RMIConnection修饰符和类型方法描述protected void
RMIServerImpl.clientClosed
(RMIConnection client) makeClient
创建的客户端连接关闭时调用的方法。protected void
RMIIIOPServerImpl.closeClient
(RMIConnection client) 已弃用。protected void
RMIJRMPServerImpl.closeClient
(RMIConnection client) protected abstract void
RMIServerImpl.closeClient
(RMIConnection client) 关闭makeClient
建立的客户端连接。