|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
@Deprecated public interface RemoteCall
RemoteCall
是一個只供 RMI 運行時(與遠端物件的 stub 和 skeleton 一起)使用來執行遠端物件調用的抽象。因為 RemoteCall
介面只供過時的 java.rmi.server.RemoteRef
方法使用,所以該介面已過時。
RemoteRef
方法摘要 | |
---|---|
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
- 如果為 true,則指示正常返回;否則指示異常返回。
IOException
- 如果發生 I/O 錯誤。
StreamCorruptedException
- 如果已被調用。@Deprecated void executeCall() throws Exception
Exception
- 如果發生常規異常。@Deprecated void done() throws IOException
IOException
- 如果發生 I/O 錯誤。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。