软件包 | 描述 |
---|---|
java.rmi.server |
支持RMI服务器端提供的类和接口。
|
Modifier and Type | Method and Description |
---|---|
Operation[] |
Skeleton.getOperations()
过时的。
没有更换
|
Modifier and Type | Method and Description |
---|---|
RemoteCall |
RemoteRef.newCall(RemoteObject obj, Operation[] op, int opnum, long hash)
过时的。
1.2式单不再使用这种方法。而不是使用一个序列的方法调用存根上的远程参考(
newCall ,invoke ,和done ),一个使用一个单一的方法,invoke(Remote, Method, Object[], int) ,在远程参考进行参数编组,执行远程方法的返回值和解包。
|
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.