|
JavaTM 2 Platform Standard Ed. 5.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_context(NameComponent[] n,
NamingContext nc)
ネーミングコンテキストであるオブジェクトの名前を指定します。 |
void |
_NamingContextExtStub.bind_context(NameComponent[] n,
NamingContext nc)
ネーミングコンテキストであるオブジェクトの名前を指定します。 |
void |
NamingContextOperations.bind_context(NameComponent[] n,
NamingContext nc)
ネーミングコンテキストであるオブジェクトの名前を指定します。 |
NamingContext |
_NamingContextStub.bind_new_context(NameComponent[] n)
コンテキストを新しく作成し、引数として指定された名前にそのコンテキストをバインドします。 |
NamingContext |
_NamingContextExtStub.bind_new_context(NameComponent[] n)
コンテキストを新しく作成し、引数として指定された名前にそのコンテキストをバインドします。 |
NamingContext |
NamingContextOperations.bind_new_context(NameComponent[] n)
コンテキストを新しく作成し、引数として指定された名前にそのコンテキストをバインドします。 |
void |
_NamingContextStub.bind(NameComponent[] n,
Object obj)
ネーミングコンテキストに名前とオブジェクトのバインディングを作成します。 |
void |
_NamingContextExtStub.bind(NameComponent[] n,
Object obj)
ネーミングコンテキストに名前とオブジェクトのバインディングを作成します。 |
void |
NamingContextOperations.bind(NameComponent[] n,
Object obj)
ネーミングコンテキストに名前とオブジェクトのバインディングを作成します。 |
void |
_NamingContextStub.rebind_context(NameComponent[] n,
NamingContext nc)
名前がすでにコンテキストでバインドされている場合でも、ネーミングコンテキストに名前とネーミングコンテキストのバインディングを作成します。 |
void |
_NamingContextExtStub.rebind_context(NameComponent[] n,
NamingContext nc)
名前がすでにコンテキストでバインドされている場合でも、ネーミングコンテキストに名前とネーミングコンテキストのバインディングを作成します。 |
void |
NamingContextOperations.rebind_context(NameComponent[] n,
NamingContext nc)
名前がすでにコンテキストでバインドされている場合でも、ネーミングコンテキストに名前とネーミングコンテキストのバインディングを作成します。 |
void |
_NamingContextStub.rebind(NameComponent[] n,
Object obj)
名前がすでにコンテキストでバインドされている場合でも、ネーミングコンテキストに名前とオブジェクトのバインディングを作成します。 |
void |
_NamingContextExtStub.rebind(NameComponent[] n,
Object obj)
名前がすでにコンテキストでバインドされている場合でも、ネーミングコンテキストに名前とオブジェクトのバインディングを作成します。 |
void |
NamingContextOperations.rebind(NameComponent[] n,
Object obj)
名前がすでにコンテキストでバインドされている場合でも、ネーミングコンテキストに名前とオブジェクトのバインディングを作成します。 |
Object |
_NamingContextExtStub.resolve_str(String sn)
文字列化された名前をオブジェクト参照に解決します。 |
Object |
NamingContextExtOperations.resolve_str(String sn)
文字列化された名前をオブジェクト参照に解決します。 |
Object |
_NamingContextStub.resolve(NameComponent[] n)
resolve は、指定されたコンテキストで名前にバインドされているオブジェクトを取得します。 |
Object |
_NamingContextExtStub.resolve(NameComponent[] n)
resolve は、指定されたコンテキストで名前にバインドされているオブジェクトを取得します。 |
Object |
NamingContextOperations.resolve(NameComponent[] n)
resolve は、指定されたコンテキストで名前にバインドされているオブジェクトを取得します。 |
NameComponent[] |
_NamingContextExtStub.to_name(String sn)
文字列化された名前を、等価な名前コンポーネントの配列に変換します。 |
NameComponent[] |
NamingContextExtOperations.to_name(String sn)
文字列化された名前を、等価な名前コンポーネントの配列に変換します。 |
String |
_NamingContextExtStub.to_string(NameComponent[] n)
名前コンポーネントの配列から文字列に変換された名前を作成します。 |
String |
NamingContextExtOperations.to_string(NameComponent[] n)
名前コンポーネントの配列から文字列に変換された名前を作成します。 |
String |
_NamingContextExtStub.to_url(String addr,
String sn)
オブジェクトの文字列化された名前から URL ベースの "iiopname://" 形式の名前を作成します。 |
String |
NamingContextExtOperations.to_url(String addr,
String sn)
オブジェクトの文字列化された名前から URL ベースの "iiopname://" 形式の名前を作成します。 |
void |
_NamingContextStub.unbind(NameComponent[] n)
unbind は、コンテキストからネームバインディングを削除します。 |
void |
_NamingContextExtStub.unbind(NameComponent[] n)
unbind は、コンテキストからネームバインディングを削除します。 |
void |
NamingContextOperations.unbind(NameComponent[] n)
unbind は、コンテキストからネームバインディングを削除します。 |
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 Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。