摘要:
步骤: 1、创建远程接口,定义可以被远程调用的方法; 2、实现远程接口;(extends UnicastRemoteObject) 3、服务端向RMI registry注册服务器 ;(Naming.rebind("ServiceName",service) 4、客户端找到服务端;(Naming.lo 阅读全文
posted @ 2020-07-25 13:50 玻璃星 阅读(84) 评论(0) 推荐(0)
|
|
|
|
摘要:
步骤: 1、创建远程接口,定义可以被远程调用的方法; 2、实现远程接口;(extends UnicastRemoteObject) 3、服务端向RMI registry注册服务器 ;(Naming.rebind("ServiceName",service) 4、客户端找到服务端;(Naming.lo 阅读全文
posted @ 2020-07-25 13:50 玻璃星 阅读(84) 评论(0) 推荐(0) |
|