Java プラットフォーム 1.2

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

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

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

ContextList を返す org.omg.CORBA におけるメソッド
abstract  ContextList Request.contexts()
          この要求の ContextList オブジェクトを取得します。
abstract  ContextList ORB.create_context_list()
          空の ContextList オブジェクトを作成します。
 

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

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

ContextList のパラメータを持つ org.omg.CORBA.portable におけるメソッド
 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, 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.