|
|||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||
java.lang.Object
|
+--org.omg.CORBA.portable.ObjectImpl
|
+--org.omg.CosNaming._NamingContextExtStub
| フィールドの概要 | |
static java.lang.Class |
__opsClass
|
static int |
_TIMEOUT
|
| コンストラクタの概要 | |
_NamingContextExtStub()
|
|
| メソッドの概要 | |
java.lang.String[] |
_ids()
|
void |
bind_context(NameComponent[] n,
NamingContext nc)
名前コンテキストに、バインディング(名前と名前コンテキストの対応)を生成します。 |
NamingContext |
bind_new_context(NameComponent[] n)
このオペレーションを発行した名前コンテキストに、 名前と生成された名前コンテキストのオブジェクトリファレンスとの対応(バインディング)を生成します。 |
void |
bind(NameComponent[] n,
Object obj)
名前コンテキストに、バインディング(名前とオブジェクトリファレンスの対応)を生成します。 |
void |
destroy()
名前コンテキストを削除します。 |
void |
list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
名前コンテキストに登録されているバインディングの一覧を取得します。 |
NamingContext |
new_context()
名前コンテキストを生成します。 |
void |
rebind_context(NameComponent[] n,
NamingContext nc)
すでに使用されている名前を別の名前コンテキストに対応させて、バインディングを生成します。 |
void |
rebind(NameComponent[] n,
Object obj)
すでに使用されている名前を別のオブジェクトに対応させて、 バインディングを生成します。 |
Object |
resolve_str(java.lang.String n)
文字列表現の名前シーケンスからオブジェクトリファレンスを検索します。 |
Object |
resolve(NameComponent[] n)
名前コンテキストから、指定した名前に対応するオブジェクトリファレンスを検索します。 |
NameComponent[] |
to_name(java.lang.String sn)
文字列表現から名前シーケンスに変換します。 |
java.lang.String |
to_string(NameComponent[] n)
名前シーケンスを文字列表現に変換します。 |
java.lang.String |
to_url(java.lang.String addr,
java.lang.String sn)
iiopname URLまたはcorbaname URLを生成します。 |
void |
unbind(NameComponent[] n)
名前コンテキストから、指定した名前に対応するバインディングを削除します。 |
| クラス org.omg.CORBA.portable.ObjectImpl から継承したメソッド |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString |
| クラス java.lang.Object から継承したメソッド |
getClass, notify, notifyAll, wait, wait, wait |
| インタフェース org.omg.CORBA.Object から継承したメソッド |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
| フィールドの詳細 |
public static final java.lang.Class __opsClass
public static int _TIMEOUT
| コンストラクタの詳細 |
public _NamingContextExtStub()
| メソッドの詳細 |
public java.lang.String[] _ids()
ObjectImpl 内の _ids
public void bind(NameComponent[] n,
Object obj)
throws NotFound,
CannotProceed,
InvalidName,
AlreadyBound
NamingContextOperations の記述: NamingContextOperations 内の bindorg.omg.CosNaming.NamingContextOperations からコピーされたタグ:n - 名前を表すNameComponentオブジェクトの配列obj - オブジェクトリファレンスNotFound - 名前の最後以外の階層に対応するバインディングが存在しない、名前の最後以外の階層が名前コンテキストでないCannotProceed - この名前サーバだけでは解決できないInvalidName - 名前の長さが0であるAlreadyBound - 名前がすでに使用されている
public void rebind(NameComponent[] n,
Object obj)
throws NotFound,
CannotProceed,
InvalidName
NamingContextOperations の記述: NamingContextOperations 内の rebindorg.omg.CosNaming.NamingContextOperations からコピーされたタグ:n - 名前を表すNameComponentオブジェクトの配列obj - オブジェクトリファレンスNotFound - 名前の最後以外の階層に対応するバインディングが存在しない、名前の最後以外の階層が名前コンテキストでないCannotProceed - この名前サーバだけでは解決できないInvalidName - 名前の長さが0である
public void bind_context(NameComponent[] n,
NamingContext nc)
throws NotFound,
CannotProceed,
InvalidName,
AlreadyBound
NamingContextOperations の記述: NamingContextOperations 内の bind_contextorg.omg.CosNaming.NamingContextOperations からコピーされたタグ:n - 名前を表すNameComponentオブジェクトの配列nc - 名前コンテキストNotFound - 名前の最後以外の階層に対応するバインディングが存在しない、名前の最後以外の階層が名前コンテキストでないCannotProceed - この名前サーバだけでは解決できないInvalidName - 名前の長さが0であるAlreadyBound - 名前がすでに使用されている
public void rebind_context(NameComponent[] n,
NamingContext nc)
throws NotFound,
CannotProceed,
InvalidName
NamingContextOperations の記述: NamingContextOperations 内の rebind_contextorg.omg.CosNaming.NamingContextOperations からコピーされたタグ:n - 名前を表すNameComponentオブジェクトの配列nc - 名前コンテキストNotFound - 名前の最後以外の階層に対応するバインディングが存在しない、名前の最後以外の階層が名前コンテキストでないCannotProceed - この名前サーバだけでは解決できないInvalidName - 名前の長さが0である
public Object resolve(NameComponent[] n)
throws NotFound,
CannotProceed,
InvalidName
NamingContextOperations の記述: NamingContextOperations 内の resolveorg.omg.CosNaming.NamingContextOperations からコピーされたタグ:n - 名前NotFound - 名前の最後以外の階層に対応するバインディングが存在しない、名前の最後以外の階層が名前コンテキストでないCannotProceed - この名前サーバだけでは解決できないInvalidName - 名前の長さが0である
public void unbind(NameComponent[] n)
throws NotFound,
CannotProceed,
InvalidName
NamingContextOperations の記述: NamingContextOperations 内の unbindorg.omg.CosNaming.NamingContextOperations からコピーされたタグ:n - 名前NotFound - 名前の最後以外の階層に対応するバインディングが存在しない、名前の最後以外の階層が名前コンテキストでないCannotProceed - この名前サーバだけでは解決できないInvalidName - 名前の長さが0であるpublic NamingContext new_context()
NamingContextOperations の記述: NamingContextOperations 内の new_contextorg.omg.CosNaming.NamingContextOperations からコピーされたタグ:
public NamingContext bind_new_context(NameComponent[] n)
throws NotFound,
AlreadyBound,
CannotProceed,
InvalidName
NamingContextOperations の記述: NamingContextOperations 内の bind_new_contextorg.omg.CosNaming.NamingContextOperations からコピーされたタグ:n - 名前を表すNameComponentオブジェクトの配列NotFound - 名前の最後以外の階層に対応するバインディングが存在しない、名前の最後以外の階層が名前コンテキストでないCannotProceed - この名前サーバだけでは解決できないInvalidName - 名前の長さが0であるAlreadyBound - 名前がすでに使用されている
public void destroy()
throws NotEmpty
NamingContextOperations の記述: NamingContextOperations 内の destroyorg.omg.CosNaming.NamingContextOperations からコピーされたタグ:NotEmpty - 名前コンテキストにバインディングが存在する
public void list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
NamingContextOperations の記述: NamingContextOperations 内の listorg.omg.CosNaming.NamingContextOperations からコピーされたタグ:how_many - 要求数bl - BindingListHolderオブジェクトbi - BindingIteratorHolderオブジェクト
public java.lang.String to_string(NameComponent[] n)
throws InvalidName
NamingContextExtOperations の記述: NamingContextExtOperations 内の to_stringorg.omg.CosNaming.NamingContextExtOperations からコピーされたタグ:n - 名前InvalidName - 名前シーケンスが不正である
public NameComponent[] to_name(java.lang.String sn)
throws InvalidName
NamingContextExtOperations の記述: NamingContextExtOperations 内の to_nameorg.omg.CosNaming.NamingContextExtOperations からコピーされたタグ:sn - 文字列表現の名前シーケンスInvalidName - 文字列が不正である
public java.lang.String to_url(java.lang.String addr,
java.lang.String sn)
throws InvalidAddress,
InvalidName
NamingContextExtOperations の記述: NamingContextExtOperations 内の to_urlorg.omg.CosNaming.NamingContextExtOperations からコピーされたタグ:addr - 名前サーバのアドレスのリストsn - 文字列表現の名前シーケンスInvalidAddress - 指定したアドレスが不正であるInvalidName - 指定した名前シーケンスが不正である
public Object resolve_str(java.lang.String n)
throws NotFound,
CannotProceed,
InvalidName
NamingContextExtOperations の記述: NamingContextExtOperations 内の resolve_strorg.omg.CosNaming.NamingContextExtOperations からコピーされたタグ:n - 文字列表現の名前シーケンスNotFound - オブジェクトリファレンスが存在しないCannotProceed - 最後以外のNameComponentに対応する名前コンテキストが存在しない場合InvalidName - 文字列が不正である
|
|||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||