| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| Request を使用しているパッケージ | |
|---|---|
| org.omg.CORBA | OMG CORBA API の JavaTM プログラミング言語 (ORB クラスを含む) へのマッピングを提供します。 | 
| org.omg.CORBA.portable | ポータビリティーレイヤー、つまり、あるベンダーによって生成されたコードがほかのベンダーの ORB で動作できるようにする一連の ORB API を提供します。 | 
| org.omg.CORBA での Request の使用 | 
|---|
| Request を返す org.omg.CORBA のメソッド | |
|---|---|
|  Request | LocalObject._create_request(Context ctx,
                String operation,
                NVList arg_list,
                NamedValue result)「This is a locally constrained object.」というメッセージと共に org.omg.CORBA.NO_IMPLEMENT例外をスローします。 | 
|  Request | Object._create_request(Context ctx,
                String operation,
                NVList arg_list,
                NamedValue result)指定されたコンテキスト、メソッド名、引数のリスト、メソッドの戻り値のコンテナで初期化された Requestのインスタンスを生成します。 | 
|  Request | LocalObject._create_request(Context ctx,
                String operation,
                NVList arg_list,
                NamedValue result,
                ExceptionList exceptions,
                ContextList contexts)「This is a locally constrained object.」というメッセージと共に org.omg.CORBA.NO_IMPLEMENT例外をスローします。 | 
|  Request | Object._create_request(Context ctx,
                String operation,
                NVList arg_list,
                NamedValue result,
                ExceptionList exclist,
                ContextList ctxlist)指定されたコンテキスト、メソッド名、引数のリスト、メソッドの戻り値のコンテナ、例外のリスト、解決する必要のあるコンテキスト文字列のリストで初期化された Requestのインスタンスを生成します。 | 
|  Request | LocalObject._request(String operation)「This is a locally constrained object.」というメッセージと共に org.omg.CORBA.NO_IMPLEMENT例外をスローします。 | 
|  Request | Object._request(String operation)Dynamic Invocation Interface で使う Requestのインスタンスを生成します。 | 
| abstract  Request | ORB.get_next_response()応答を受け取った次の Requestのインスタンスを取得します。 | 
| Request 型のパラメータを持つ org.omg.CORBA のメソッド | |
|---|---|
| abstract  void | ORB.send_multiple_requests_deferred(Request[] req)複数の動的 (DII) 要求を非同期的に送ります。 | 
| abstract  void | ORB.send_multiple_requests_oneway(Request[] req)応答を前提とせずに、複数の動的 (DII) 要求を非同期的に送ります。 | 
| org.omg.CORBA.portable での Request の使用 | 
|---|
| Request を返す org.omg.CORBA.portable のメソッド | |
|---|---|
|  Request | ObjectImpl._create_request(Context ctx,
                String operation,
                NVList arg_list,
                NamedValue result)指定されたコンテキスト、メソッド、引数リスト、および結果のコンテナを格納する Requestオブジェクトを作成します。 | 
|  Request | ObjectImpl._create_request(Context ctx,
                String operation,
                NVList arg_list,
                NamedValue result,
                ExceptionList exceptions,
                ContextList contexts)指定されたコンテキスト、メソッド、引数リスト、結果のコンテナ、例外、およびコンテキスト文字列の解決に使用されるプロパティー名のリストを格納する Requestオブジェクトを作成します。 | 
|  Request | ObjectImpl._request(String operation)Dynamic Invocation Interface で使用可能な指定されたメソッドを含む Requestオブジェクトを作成します。 | 
| abstract  Request | Delegate.create_request(Object obj,
               Context ctx,
               String operation,
               NVList arg_list,
               NamedValue result)Dynamic Invocation Interface で使用される Request のインタフェースを作成します。 | 
| abstract  Request | Delegate.create_request(Object obj,
               Context ctx,
               String operation,
               NVList arg_list,
               NamedValue result,
               ExceptionList exclist,
               ContextList ctxlist)Dynamic Invocation Interface で使用される Request のインタフェースを作成します。 | 
| abstract  Request | Delegate.request(Object obj,
        String operation)Dynamic Invocation Interface で使用される Request のインタフェースを作成します。 | 
| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。