@Deprecated public interface RemoteCall
RemoteCall
是一个完全由RMI运行时用抽象(与存根和骨架连接远程对象)进行调用远程对象。的
RemoteCall
接口是不因为只有过时的方法使用的
java.rmi.server.RemoteRef
。
RemoteRef
Modifier and Type | Method and Description |
---|---|
void |
done()
过时的。
没有更换
|
void |
executeCall()
过时的。
没有更换
|
ObjectInput |
getInputStream()
过时的。
没有更换
|
ObjectOutput |
getOutputStream()
过时的。
没有更换
|
ObjectOutput |
getResultStream(boolean success)
过时的。
没有更换
|
void |
releaseInputStream()
过时的。
没有更换
|
void |
releaseOutputStream()
过时的。
没有更换
|
@Deprecated ObjectOutput getOutputStream() throws IOException
IOException
如果I/O错误发生。
@Deprecated void releaseOutputStream() throws IOException
IOException
如果I/O错误发生。
@Deprecated ObjectInput getInputStream() throws IOException
IOException
如果I/O错误发生。
@Deprecated void releaseInputStream() throws IOException
IOException
如果I/O错误发生。
@Deprecated ObjectOutput getResultStream(boolean success) throws IOException, StreamCorruptedException
success
-如果属实,表明正常返回,其他表明非凡的回报。
IOException
如果I/O错误发生。
StreamCorruptedException
如果已经被称为。
@Deprecated void executeCall() throws 异常
异常
如果发生一般例外。
@Deprecated void done() throws IOException
IOException
如果I/O错误发生。
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.