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