|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
@Deprecated public interface RemoteCall
RemoteCall
は、リモートオブジェクトのスタブおよびスケルトンに関連して、リモートオブジェクトの呼び出しを実行するために RMI ランタイムだけが使用する abstract クラスです。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
- 入出力エラーが発生した場合@Deprecated void releaseOutputStream() throws IOException
IOException
- 入出力エラーが発生した場合@Deprecated ObjectInput getInputStream() throws IOException
IOException
- 入出力エラーが発生した場合@Deprecated void releaseInputStream() throws IOException
IOException
- 入出力エラーが発生した場合@Deprecated ObjectOutput getResultStream(boolean success) throws IOException, StreamCorruptedException
success
- true の場合には正常復帰を示し、それ以外は例外復帰を示す
IOException
- 入出力エラーが発生した場合
StreamCorruptedException
- 呼び出し済みの場合@Deprecated void executeCall() throws Exception
Exception
- 一般的な例外が発生した場合@Deprecated void done() throws IOException
IOException
- 入出力エラーが発生した場合
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。