|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
NameComponent を使用しているパッケージ | |
---|---|
org.omg.CosNaming | Java IDL のネームサービスを提供します。 |
org.omg.CosNaming.NamingContextPackage | このパッケージには、org.omg.CosNaming パッケージの例外クラスが格納されています。 |
org.omg.CosNaming での NameComponent の使用 |
---|
NameComponent として宣言されている org.omg.CosNaming のフィールド | |
---|---|
NameComponent[] |
Binding.binding_name
|
NameComponent[] |
NameHolder.value
|
NameComponent |
NameComponentHolder.value
|
NameComponent を返す org.omg.CosNaming のメソッド | |
---|---|
static NameComponent[] |
NameHelper.extract(Any a)
|
static NameComponent |
NameComponentHelper.extract(Any a)
|
static NameComponent[] |
NameHelper.read(InputStream istream)
|
static NameComponent |
NameComponentHelper.read(InputStream istream)
|
NameComponent[] |
_NamingContextExtStub.to_name(String sn)
文字列化された名前を、等価な名前コンポーネントの配列に変換します。 |
NameComponent[] |
NamingContextExtOperations.to_name(String sn)
文字列化された名前を、等価な名前コンポーネントの配列に変換します。 |
NameComponent 型のパラメータを持つ 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)
ネーミングコンテキストに名前とオブジェクトのバインディングを作成します。 |
static void |
NameComponentHelper.insert(Any a,
NameComponent that)
|
static void |
NameHelper.insert(Any a,
NameComponent[] that)
|
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 |
_NamingContextStub.resolve(NameComponent[] n)
resolve は、指定されたコンテキストで名前にバインドされているオブジェクトを取得します。 |
Object |
_NamingContextExtStub.resolve(NameComponent[] n)
resolve は、指定されたコンテキストで名前にバインドされているオブジェクトを取得します。 |
Object |
NamingContextOperations.resolve(NameComponent[] n)
resolve は、指定されたコンテキストで名前にバインドされているオブジェクトを取得します。 |
String |
_NamingContextExtStub.to_string(NameComponent[] n)
名前コンポーネントの配列から文字列に変換された名前を作成します。 |
String |
NamingContextExtOperations.to_string(NameComponent[] n)
名前コンポーネントの配列から文字列に変換された名前を作成します。 |
void |
_NamingContextStub.unbind(NameComponent[] n)
unbind は、コンテキストからネームバインディングを削除します。 |
void |
_NamingContextExtStub.unbind(NameComponent[] n)
unbind は、コンテキストからネームバインディングを削除します。 |
void |
NamingContextOperations.unbind(NameComponent[] n)
unbind は、コンテキストからネームバインディングを削除します。 |
static void |
NameComponentHelper.write(OutputStream ostream,
NameComponent value)
|
static void |
NameHelper.write(OutputStream ostream,
NameComponent[] value)
|
NameComponent 型のパラメータを持つ org.omg.CosNaming のコンストラクタ | |
---|---|
Binding(NameComponent[] _binding_name,
BindingType _binding_type)
|
|
NameComponentHolder(NameComponent initialValue)
|
|
NameHolder(NameComponent[] initialValue)
|
org.omg.CosNaming.NamingContextPackage での NameComponent の使用 |
---|
NameComponent として宣言されている org.omg.CosNaming.NamingContextPackage のフィールド | |
---|---|
NameComponent[] |
NotFound.rest_of_name
|
NameComponent[] |
CannotProceed.rest_of_name
|
NameComponent 型のパラメータを持つ org.omg.CosNaming.NamingContextPackage のコンストラクタ | |
---|---|
CannotProceed(NamingContext _cxt,
NameComponent[] _rest_of_name)
|
|
CannotProceed(String $reason,
NamingContext _cxt,
NameComponent[] _rest_of_name)
|
|
NotFound(NotFoundReason _why,
NameComponent[] _rest_of_name)
|
|
NotFound(String $reason,
NotFoundReason _why,
NameComponent[] _rest_of_name)
|
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。