|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前 次 | フレームあり フレームなし |
InvalidName を使用しているパッケージ | |
org.omg.CosNaming | Java IDL のネームサービスを提供します。 |
org.omg.CosNaming.NamingContextPackage | このパッケージには、org.omg.CosNaming パッケージの例外クラスが格納されています。 |
org.omg.CosNaming での InvalidName の使用 |
InvalidName をスローする org.omg.CosNaming のメソッド | |
void |
_NamingContextStub.bind(NameComponent[] n,
Object obj)
ネーミングコンテキストに名前とオブジェクトのバインディングを作成します。 |
void |
_NamingContextStub.bind_context(NameComponent[] n,
NamingContext nc)
ネーミングコンテキストであるオブジェクトの名前を指定します。 |
void |
_NamingContextStub.rebind(NameComponent[] n,
Object obj)
名前がすでにコンテキストでバインドされている場合でも、ネーミングコンテキストに名前とオブジェクトのバインディングを作成します。 |
void |
_NamingContextStub.rebind_context(NameComponent[] n,
NamingContext nc)
名前がすでにコンテキストでバインドされている場合でも、ネーミングコンテキストに名前とネーミングコンテキストのバインディングを作成します。 |
Object |
_NamingContextStub.resolve(NameComponent[] n)
resolve は、指定されたコンテキストで名前にバインドされているオブジェクトを取得します。 |
void |
_NamingContextStub.unbind(NameComponent[] n)
unbind は、コンテキストからネームバインディングを削除します。 |
NamingContext |
_NamingContextStub.bind_new_context(NameComponent[] n)
コンテキストを新しく作成し、引数として指定された名前にそのコンテキストをバインドします。 |
String |
_NamingContextExtStub.to_string(NameComponent[] n)
名前コンポーネントの配列から文字列に変換された名前を作成します。 |
NameComponent[] |
_NamingContextExtStub.to_name(String sn)
文字列化された名前を、等価な名前コンポーネントの配列に変換します。 |
String |
_NamingContextExtStub.to_url(String addr,
String sn)
オブジェクトの文字列化された名前から URL ベースの "iiopname://" 形式の名前を作成します。 |
Object |
_NamingContextExtStub.resolve_str(String sn)
文字列化された名前をオブジェクト参照に解決します。 |
void |
_NamingContextExtStub.bind(NameComponent[] n,
Object obj)
ネーミングコンテキストに名前とオブジェクトのバインディングを作成します。 |
void |
_NamingContextExtStub.bind_context(NameComponent[] n,
NamingContext nc)
ネーミングコンテキストであるオブジェクトの名前を指定します。 |
void |
_NamingContextExtStub.rebind(NameComponent[] n,
Object obj)
名前がすでにコンテキストでバインドされている場合でも、ネーミングコンテキストに名前とオブジェクトのバインディングを作成します。 |
void |
_NamingContextExtStub.rebind_context(NameComponent[] n,
NamingContext nc)
名前がすでにコンテキストでバインドされている場合でも、ネーミングコンテキストに名前とネーミングコンテキストのバインディングを作成します。 |
Object |
_NamingContextExtStub.resolve(NameComponent[] n)
resolve は、指定されたコンテキストで名前にバインドされているオブジェクトを取得します。 |
void |
_NamingContextExtStub.unbind(NameComponent[] n)
unbind は、コンテキストからネームバインディングを削除します。 |
NamingContext |
_NamingContextExtStub.bind_new_context(NameComponent[] n)
コンテキストを新しく作成し、引数として指定された名前にそのコンテキストをバインドします。 |
void |
NamingContextOperations.bind(NameComponent[] n,
Object obj)
ネーミングコンテキストに名前とオブジェクトのバインディングを作成します。 |
void |
NamingContextOperations.bind_context(NameComponent[] n,
NamingContext nc)
ネーミングコンテキストであるオブジェクトの名前を指定します。 |
void |
NamingContextOperations.rebind(NameComponent[] n,
Object obj)
名前がすでにコンテキストでバインドされている場合でも、ネーミングコンテキストに名前とオブジェクトのバインディングを作成します。 |
void |
NamingContextOperations.rebind_context(NameComponent[] n,
NamingContext nc)
名前がすでにコンテキストでバインドされている場合でも、ネーミングコンテキストに名前とネーミングコンテキストのバインディングを作成します。 |
Object |
NamingContextOperations.resolve(NameComponent[] n)
resolve は、指定されたコンテキストで名前にバインドされているオブジェクトを取得します。 |
void |
NamingContextOperations.unbind(NameComponent[] n)
unbind は、コンテキストからネームバインディングを削除します。 |
NamingContext |
NamingContextOperations.bind_new_context(NameComponent[] n)
コンテキストを新しく作成し、引数として指定された名前にそのコンテキストをバインドします。 |
String |
NamingContextExtOperations.to_string(NameComponent[] n)
名前コンポーネントの配列から文字列に変換された名前を作成します。 |
NameComponent[] |
NamingContextExtOperations.to_name(String sn)
文字列化された名前を、等価な名前コンポーネントの配列に変換します。 |
String |
NamingContextExtOperations.to_url(String addr,
String sn)
オブジェクトの文字列化された名前から URL ベースの "iiopname://" 形式の名前を作成します。 |
Object |
NamingContextExtOperations.resolve_str(String sn)
文字列化された名前をオブジェクト参照に解決します。 |
org.omg.CosNaming.NamingContextPackage での InvalidName の使用 |
InvalidName として宣言されている org.omg.CosNaming.NamingContextPackage のフィールド | |
InvalidName |
InvalidNameHolder.value
|
InvalidName を返す org.omg.CosNaming.NamingContextPackage のメソッド | |
static InvalidName |
InvalidNameHelper.extract(Any a)
|
static InvalidName |
InvalidNameHelper.read(InputStream istream)
|
InvalidName 型のパラメータを持つ org.omg.CosNaming.NamingContextPackage のメソッド | |
static void |
InvalidNameHelper.insert(Any a,
InvalidName that)
|
static void |
InvalidNameHelper.write(OutputStream ostream,
InvalidName value)
|
InvalidName 型のパラメータを持つ org.omg.CosNaming.NamingContextPackage のコンストラクタ | |
InvalidNameHolder(InvalidName initialValue)
|
|
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.