Java プラットフォーム 1.2

クラス
org.omg.CORBA.Context の使用

Context を使用するパッケージ
org.omg.CORBA OMG CORBA API の JavaTM プログラミング言語 (ORB クラスを含む) へのマッピングを提供します。 
org.omg.CORBA.portable ポータビリティレイヤ、つまり、あるベンダーによって生成されたコードが他のベンダーの ORB で動作できるようにする一連の ORB API を提供します。 
 

org.omg.CORBA における Context の使用方法
 

Context を返す org.omg.CORBA におけるメソッド
abstract  Context Request.ctx()
          この要求の Context オブジェクトを取得します。
abstract  Context ORB.get_default_context()
          デフォルトの Context オブジェクトを取得します。
abstract  Context ServerRequest.ctx()
          オペレーションが属性のアクセスではなく、オペレーションの IDL 定義がコンテキスト式を格納している場合に、そのオペレーションに対して IDL で指定されているコンテキスト情報を返します。
abstract  Context Context.parent()
          この Context オブジェクトの親を取得します。
abstract  Context Context.create_child(String child_ctx_name)
          文字列で名前を指定して、この Context オブジェクトを親とする Context オブジェクトを作成します。
 

Context のパラメータを持つ org.omg.CORBA におけるメソッド
abstract  void Request.ctx(Context c)
          この要求の Context オブジェクトを指定されたものに設定します。
 Request Object._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
          指定されたコンテキスト、メソッド名、引数のリスト、メソッドの戻り値のコンテナで初期化された Request のインスタンスを生成します。
 Request Object._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
          指定されたコンテキスト、メソッド名、引数のリスト、メソッドの戻り値のコンテナ、例外のリスト、解決する必要のあるコンテキスト文字列のリストで初期化された Request のインスタンスを生成します。
 

org.omg.CORBA.portable における Context の使用方法
 

Context を返す org.omg.CORBA.portable におけるメソッド
 Context InputStream.read_Context()
           
 

Context のパラメータを持つ org.omg.CORBA.portable におけるメソッド
 Request ObjectImpl._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
          org.omg.CORBA.Object のメソッドに対するデフォルトの実装です。
 Request ObjectImpl._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)
          org.omg.CORBA.Object のメソッドに対するデフォルトの実装です。
 void OutputStream.write_Context(Context ctx, ContextList contexts)
           
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 のインスタンスを生成します。
 


Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.