JavaTM 2
Platform
Std. Ed. v1.4.0

クラス
org.omg.CosNaming.NameComponent の使用

NameComponent を使用しているパッケージ
org.omg.CosNaming Java IDL のネームサービスを提供します。 
org.omg.CosNaming.NamingContextPackage このパッケージには、org.omg.CosNaming パッケージの例外クラスが格納されています。 
 

org.omg.CosNaming での NameComponent の使用
 

NameComponent として宣言されている org.omg.CosNaming のフィールド
 NameComponent[] NameHolder.value
           
 NameComponent NameComponentHolder.value
           
 NameComponent[] Binding.binding_name
           
 

NameComponent を返す org.omg.CosNaming のメソッド
 NameComponent[] _NamingContextExtStub.to_name(String sn)
          文字列化された名前を、等価な名前コンポーネントの配列に変換します。
 NameComponent[] NamingContextExtOperations.to_name(String sn)
          文字列化された名前を、等価な名前コンポーネントの配列に変換します。
static NameComponent[] NameHelper.extract(Any a)
           
static NameComponent[] NameHelper.read(InputStream istream)
           
static NameComponent NameComponentHelper.extract(Any a)
           
static NameComponent NameComponentHelper.read(InputStream istream)
           
 

NameComponent 型のパラメータを持つ 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)
          名前コンポーネントの配列から文字列に変換された名前を作成します。
 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)
          名前コンポーネントの配列から文字列に変換された名前を作成します。
static void NameHelper.insert(Any a, NameComponent[] that)
           
static void NameHelper.write(OutputStream ostream, NameComponent[] value)
           
static void NameComponentHelper.insert(Any a, NameComponent that)
           
static void NameComponentHelper.write(OutputStream ostream, NameComponent value)
           
 

NameComponent 型のパラメータを持つ org.omg.CosNaming のコンストラクタ
NameHolder(NameComponent[] initialValue)
           
NameComponentHolder(NameComponent initialValue)
           
Binding(NameComponent[] _binding_name, BindingType _binding_type)
           
 

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 のコンストラクタ
NotFound(NotFoundReason _why, NameComponent[] _rest_of_name)
           
NotFound(String $reason, NotFoundReason _why, NameComponent[] _rest_of_name)
           
CannotProceed(NamingContext _cxt, NameComponent[] _rest_of_name)
           
CannotProceed(String $reason, NamingContext _cxt, NameComponent[] _rest_of_name)
           
 


JavaTM 2
Platform
Std. Ed. v1.4.0

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

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.