@Deprecated public interface Skeleton
Skeleton
接口仅由RMI实现使用。
由rmic stub编译器生成的每个版本1.1(和版本1.1兼容的骨架在1.2使用rmic -vcompat
)骨架类实现了这个接口。 远程对象的骨架是将调用调度到实际远程对象实现的服务器端实体。
Modifier and Type | Method and Description |
---|---|
void |
dispatch(Remote obj, RemoteCall theCall, int opnum, long hash)
已弃用
没有替换
|
Operation[] |
getOperations()
已弃用
没有替换
|
@Deprecated void dispatch(Remote obj, RemoteCall theCall, int opnum, long hash) throws 异常
obj
- 远程执行调度
theCall
- 表示远程呼叫的对象
opnum
- 操作号
hash
- stub / skeleton接口哈希
异常
- 如果发生一般异常。
@Deprecated Operation[] getOperations()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.