org.omg.CosNaming
クラス BindingIteratorHelper
java.lang.Object
org.omg.CosNaming.BindingIteratorHelper
public abstract class BindingIteratorHelper
- extends Object
BindingIterator インタフェースを使うと、クライアントは next_one または next_n を使ってバインディングを次々に返すことができます。
バイディング反復子は NamingContext に対して list メソッドを呼び出すことにより取得されます。
- 関連項目:
NamingContextOperations.list(int, org.omg.CosNaming.BindingListHolder, org.omg.CosNaming.BindingIteratorHolder)
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingIteratorHelper
public BindingIteratorHelper()
insert
public static void insert(Any a,
BindingIterator that)
extract
public static BindingIterator extract(Any a)
type
public static TypeCode type()
id
public static String id()
read
public static BindingIterator read(InputStream istream)
write
public static void write(OutputStream ostream,
BindingIterator value)
narrow
public static BindingIterator narrow(Object obj)
unchecked_narrow
public static BindingIterator unchecked_narrow(Object obj)
バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。