|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
NamedValue を使用しているパッケージ | |
---|---|
org.omg.CORBA | OMG CORBA API の JavaTM プログラミング言語 (ORB クラスを含む) へのマッピングを提供します。 |
org.omg.CORBA.portable | ポータビリティレイヤ、つまり、あるベンダーによって生成されたコードがほかのベンダーの ORB で動作できるようにする一連の ORB API を提供します。 |
org.omg.CORBA での NamedValue の使用 |
---|
NamedValue を返す org.omg.CORBA のメソッド | |
---|---|
abstract NamedValue |
NVList.add_item(String item_name,
int flags)
指定された名前とフラグで初期化された新しい NamedValue オブジェクトを作成し、それをこの NVList オブジェクトの末尾に追加します。 |
abstract NamedValue |
NVList.add_value(String item_name,
Any val,
int flags)
指定された名前、値、およびフラグで初期化された NamedValue オブジェクトを新規作成し、それをこの NVList オブジェクトの末尾に追加します。 |
abstract NamedValue |
NVList.add(int flags)
指定されたフラグで初期化された NamedValue オブジェクトを新規作成し、それをこの NVList オブジェクトの末尾に追加します。 |
abstract NamedValue |
ORB.create_named_value(String s,
Any any,
int flags)
指定された名前、値、引数モードフラグを使って、 NamedValue オブジェクトを生成します。 |
abstract NamedValue |
NVList.item(int index)
指定されたインデックスでの NamedValue を取得します。 |
abstract NamedValue |
Request.result()
メソッドの戻り値を含む NamedValue を取得します。 |
NamedValue 型のパラメータを持つ 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 例外をスローします。 |
org.omg.CORBA.portable での NamedValue の使用 |
---|
NamedValue 型のパラメータを持つ 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 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。