4 客户端接口


在编写使用远程对象的小程序或应用程序时,程序员需要了解在java.rmi包中可用的RMI系统的客户端可见接口。

4.1 远程接口Remote

请参阅Remote API文档,有关如何定义远程接口的更多详细信息,请参阅部分"java.rmi.Remote接口"

4.2 远程异常类RemoteException

请参阅RemoteException API文档。

4.3 命名类Naming

请参阅Naming API文档。