クラスorg.omg.CORBA.Context
の使用
-
Contextを使用するパッケージ パッケージ 説明 org.omg.CORBA プログラマがフル機能のObject Request Broker (ORB)として使用できるように実装されたクラスORBを含む、Java™プログラミング言語へのOMG CORBA APIのマッピングを提供します。org.omg.CORBA.portable ポータビリティ・レイヤー、つまり、あるベンダーによって生成されたコードがほかのベンダーのORBで動作できるようにする一連のORB APIを提供します。 -
-
org.omg.CORBAでのContextの使用
Contextを返すorg.omg.CORBA内のメソッド 修飾子と型 メソッド 説明 abstract ContextContext. create_child(String child_ctx_name)文字列で名前を指定して、このContextオブジェクトを親とするContextオブジェクトを生成します。abstract ContextRequest. ctx()この要求に対するContextオブジェクトを取得します。abstract ContextServerRequest. ctx()操作が属性アクセスでなく操作のIDL定義にコンテキスト式が指定されている場合は、操作のIDLに指定されたコンテキスト情報を返します。そうでない場合は、nilContext参照を返します。abstract ContextORB. get_default_context()デフォルトのContextオブジェクトを取得します。abstract ContextContext. parent()このContextオブジェクトの親を取得します。Context型のパラメータを持つorg.omg.CORBA内のメソッド 修飾子と型 メソッド 説明 RequestLocalObject. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result)This is a locally constrained object.というメッセージとともにorg.omg.CORBA.NO_IMPLEMENT例外をスローします。RequestLocalObject. _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例外をスローします。RequestObject. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result)指定されたコンテキスト、メソッド名、引数のリスト、メソッドの戻り値のコンテナで初期化されたRequestのインスタンスを生成します。RequestObject. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)指定されたコンテキスト、メソッド名、引数のリスト、メソッドの戻り値のコンテナ、例外のリスト、解決する必要のあるコンテキスト文字列のリストで初期化されたRequestのインスタンスを生成します。abstract voidRequest. ctx(Context c)このリクエストのContextオブジェクトを、指定したオブジェクトに設定します。 -
org.omg.CORBA.portableでのContextの使用
Contextを返すorg.omg.CORBA.portable内のメソッド 修飾子と型 メソッド 説明 ContextInputStream. read_Context()ストリームからCORBAコンテキストを読み込みます。Context型のパラメータを持つorg.omg.CORBA.portable内のメソッド 修飾子と型 メソッド 説明 RequestObjectImpl. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result)指定されたコンテキスト、メソッド、引数リスト、および結果のコンテナを格納するRequestオブジェクトを作成します。RequestObjectImpl. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)指定されたコンテキスト、メソッド、引数リスト、結果のコンテナ、例外、およびコンテキスト文字列の解決に使用されるプロパティ名のリストを格納するRequestオブジェクトを作成します。abstract RequestDelegate. create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result)Dynamic Invocation Interfaceで使用されるRequestのインタフェースを作成します。abstract RequestDelegate. create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)Dynamic Invocation Interfaceで使用されるRequestのインタフェースを作成します。voidOutputStream. write_Context(Context ctx, ContextList contexts)CORBAコンテキストをこのストリームに書き込みます。
-