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