@Deprecated public interface Skeleton
Skeleton
接口是由RMI实现。
每一个版本1.1(与1.1版兼容的骨骼产生1.2使用rmic -vcompat
)骨架的rmic编译器生成的类实现了这个接口存根。一个远程对象的骨架是一个服务器端的实体分配调用实际的远程对象的实现。
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
存根/骨架接口散列
异常
如果发生一般例外。
@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.