JavaTM Platform
Standard Ed. 6

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

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

org.omg.CORBA での NVList の使用
 

NVList を返す org.omg.CORBA のメソッド
abstract  NVList Request.arguments()
          呼び出されるメソッドの引数を含む NVList オブジェクトを取得します。
abstract  NVList ORB.create_list(int count)
          指定数の NamedValue オブジェクトにとって (おそらく) 十分な空間を NVList に割り当てます。
 NVList ORB.create_operation_list(Object oper)
          指定された OperationDef オブジェクトで記述される操作の引数記述で初期化された、NVList を生成します。
abstract  NVList Context.get_values(String start_scope, int op_flags, String pattern)
          name フィールドが、指定された名前、または指定された名前パターンと一致する NamedValue オブジェクトを取得します。
 

NVList 型のパラメータを持つ org.omg.CORBA のメソッド
 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)
          「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._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 例外をスローします。
 void ServerRequest.arguments(NVList args)
          メソッドのパラメータ型を指定して、in および inout 引数の値を取得します。
 void ServerRequest.params(NVList params)
          推奨されていません。 arguments メソッドを使用する
abstract  void Context.set_values(NVList values)
          この Context オブジェクトの 1 つ以上のプロパティー値を設定します。
 

org.omg.CORBA.portable での NVList の使用
 

NVList 型のパラメータを持つ 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 オブジェクトを作成します。
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 のインタフェースを作成します。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。