@Deprecated public interface RegistryHandler
RegistryHandler
是以前实现版本中由RMI运行时内部使用的接口。
它不应该被应用程序代码访问。
Modifier and Type | Method and Description |
---|---|
Registry |
registryImpl(int port)
已弃用
没有替换。
从Java 2平台v1.2开始,RMI不再使用
RegistryHandler 来获取注册表的实现。
|
Registry |
registryStub(String host, int port)
已弃用
没有替换。
从Java 2平台v1.2开始,RMI不再使用
RegistryHandler 来获取注册表的存根。
|
@Deprecated Registry registryStub(String host, int port) throws RemoteException, UnknownHostException
RegistryHandler
获取注册表的存根。
host
- 远程注册表主机的名称
port
- 远程注册表端口
RemoteException
- 如果发生远程错误
UnknownHostException
- 如果无法解析给定的主机名
@Deprecated Registry registryImpl(int port) throws RemoteException
RegistryHandler
来获取注册表的实现。
port
- 端口导出注册表
RemoteException
- 如果发生远程错误