Deprecated.
no replacement
RegistryHandler
是一个在先前实现版本中由RMI运行时内部使用的接口。不应该被应用程序代码访问。
- 自版本:
- 1.1
-
Method Summary
Modifier and TypeMethodDescriptionregistryImpl
(int port) 已弃用。没有替代方案。registryStub
(String host, int port) 已弃用。没有替代方案。
-
Method Details
-
registryStub
@Deprecated Registry registryStub(String host, int port) throws RemoteException, UnknownHostException Deprecated.no replacement. As of the Java 2 platform v1.2, RMI no longer uses theRegistryHandler
to obtain the registry's stub.返回一个用于联系指定主机和端口上的远程注册表的“存根”。- 参数:
-
host
- 远程注册表主机的名称 -
port
- 远程注册表端口 - 返回:
- 远程注册表存根
- 抛出:
-
RemoteException
- 如果发生远程错误 -
UnknownHostException
- 如果无法解析给定的主机名
-
registryImpl
Deprecated.no replacement. As of the Java 2 platform v1.2, RMI no longer uses theRegistryHandler
to obtain the registry's implementation.构造并导出指定端口上的注册表。端口必须是非零的。- 参数:
-
port
- 导出注册表的端口 - 返回:
- 注册表存根
- 抛出:
-
RemoteException
- 如果发生远程错误
-