Java プラットフォーム 1.2

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

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

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

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

ExceptionList のパラメータを持つ 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 における ExceptionList の使用方法
 

ExceptionList のパラメータを持つ 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 のメソッドに対するデフォルトの実装です。
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.