|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface Referenceable
このインタフェースは、Reference をそれ自体に提供できるオブジェクトによって実装されます。
Reference は、それ自体がネーミングシステムに直接バインドされていないオブジェクトに関するアドレス情報を記録する方法を表します。そのようなオブジェクトでは、プログラムでオブジェクトを使用してその Reference の内容を判別するための 1 つの方法として、Referenceable インタフェースを実装できます。たとえば、オブジェクトをバインディングするときに、オブジェクトが Referenceable インタフェースを実装すると、getReference() をそのオブジェクトで呼び出して、Reference を取得しバインディングに使用できます。
Context.bind(javax.naming.Name, java.lang.Object)
,
NamingManager.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable, ?>)
,
Reference
メソッドの概要 | |
---|---|
Reference |
getReference()
このオブジェクトの Reference を取り出します。 |
メソッドの詳細 |
---|
Reference getReference() throws NamingException
NamingException
- 参照を取り込み中にネーミング例外が発生した場合
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。