|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前 次 | フレームあり フレームなし |
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 |
ServerRequest.ctx()
オペレーションが属性アクセスでなくオペレーションの IDL 定義にコンテキスト式が指定されている場合は、オペレーションの IDL に指定されたコンテキスト情報を返します。 |
abstract Context |
Request.ctx()
この要求の Context オブジェクトを取得します。 |
abstract Context |
ORB.get_default_context()
デフォルトの Context オブジェクトを取得します。 |
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 のインスタンスを生成します。 |
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 |
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 での Context の使用 |
Context を返す org.omg.CORBA.portable のメソッド | |
Context |
InputStream.read_Context()
ストリームから CORBA コンテキストを読み込みます。 |
Context 型のパラメータを持つ org.omg.CORBA.portable のメソッド | |
void |
OutputStream.write_Context(Context ctx,
ContextList contexts)
CORBA コンテキストをこのストリームに書き込みます。 |
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 Std. Ed. v1.4.0 |
||||||||||
前 次 | フレームあり フレームなし |
Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.