Deprecated.
no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.
Skeleton
接口仅被RMI实现使用。
每个兼容版本1.1的骨架都实现了这个接口。远程对象的骨架是一个在服务器端的实体,它将调用分派给实际的远程对象实现。
- 自版本:
- 1.1
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispatch
(Remote obj, RemoteCall theCall, int opnum, long hash) 已弃用。没有替代方案已弃用。没有替代方案
-
Method Details
-
dispatch
Deprecated.no replacement反序列化参数,调用实际的远程对象实现,并序列化返回值或任何异常。- 参数:
-
obj
- 要分派调用的远程实现 -
theCall
- 表示远程调用的对象 -
opnum
- 操作编号 -
hash
- 存根/骨架接口哈希值 - 抛出:
-
Exception
- 如果发生一般异常。 - 自版本:
- 1.1
-
getOperations
Deprecated.no replacement返回骨架支持的操作。- 返回:
- 骨架支持的操作
- 自版本:
- 1.1
-