public class _BindingIteratorStub extends ObjectImpl implements BindingIterator
| コンストラクタと説明 | 
|---|
| _BindingIteratorStub() | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
| String[] | _ids()この  ObjectImplオブジェクトがサポートするリポジトリ識別子を含む文字列配列を取得します。 | 
| void | destroy()イテレータを破棄します。 | 
| boolean | next_n(int how_many,       BindingListHolder bl)指定された数を最大数としてバインディングを返します。 | 
| boolean | next_one(BindingHolder b)次のバインディングを返します。 | 
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _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_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic boolean next_one(BindingHolder b)
next_one、インタフェース: BindingIteratorOperationsb - 返されるバインディングpublic boolean next_n(int how_many,
             BindingListHolder bl)
next_n、インタフェース: BindingIteratorOperationshow_many - 返されるバインディングの最大数bl - 返されるバインディングpublic void destroy()
destroy、インタフェース: BindingIteratorOperationspublic String[] _ids()
ObjectImplObjectImpl オブジェクトがサポートするリポジトリ識別子を含む文字列配列を取得します。たとえばスタブの場合、このメソッドはスタブがサポートするすべてのインタフェースに関する情報を返します。_ids、クラス: ObjectImplObjectImpl のインスタンスがサポートするすべてのリポジトリ識別子の配列 バグまたは機能を送信 
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.