所有类
org.omg.CosNaming
类 _BindingIteratorStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.omg.CosNaming._BindingIteratorStub
- 所有已实现的接口:
- Serializable, Object, IDLEntity, BindingIterator, BindingIteratorOperations
-
public class _BindingIteratorStub
- extends ObjectImpl
- implements BindingIterator
BindingIterator 接口允许客户端使用 next_one 或 next_n 操作在绑定上进行迭代。 通过使用 NamingContext 上的 list 方法可以获取绑定迭代器。
- 另请参见:
NamingContextOperations.list(int, org.omg.CosNaming.BindingListHolder, org.omg.CosNaming.BindingIteratorHolder)
, 序列化表格
从类 org.omg.CORBA.portable.ObjectImpl 继承的方法 |
_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 |
从接口 org.omg.CORBA.Object 继承的方法 |
_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 |
_BindingIteratorStub
public _BindingIteratorStub()
next_one
public boolean next_one(BindingHolder b)
-
此操作返回下一个绑定。如果不存在更多绑定,则返回 false。
-
- 指定者:
-
接口
BindingIteratorOperations
中的 next_one
-
- 参数:
b
- 返回的绑定
next_n
public boolean next_n(int how_many,
BindingListHolder bl)
-
此操作返回最多可以达到的请求绑定数。
-
- 指定者:
-
接口
BindingIteratorOperations
中的 next_n
-
- 参数:
how_many
- 要返回的最大绑定数
bl
- 返回的绑定
destroy
public void destroy()
-
此操作销毁迭代器。
-
- 指定者:
-
接口
BindingIteratorOperations
中的 destroy
-
_ids
public String[] _ids()
- 从类
ObjectImpl
复制的描述
-
获得包含此
ObjectImpl
对象所支持的存储库标识符的字符串数组。例如,对于 sub,此方法返回所有关于该 stub 所支持的接口的信息。
-
- 指定者:
-
类
ObjectImpl
中的 _ids
-
- 返回:
-
此
ObjectImpl
实例支持的所有存储库标识符所组成的数组
所有类