所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
org.omg.CosNaming
接口 BindingIteratorOperations
- 所有已知子接口:
- BindingIterator
-
public interface BindingIteratorOperations
BindingIterator 接口允许客户端使用 next_one 或 next_n 迭代绑定。 通过使用 NamingContext 上的 list 方法可以获取绑定迭代器。
方法摘要 | |
---|---|
void |
destroy() 此操作销毁迭代器。 |
boolean |
next_n(int how_many, BindingListHolder bl) 此操作返回最多可以达到的请求绑定数。 |
boolean |
next_one(BindingHolder b) 此操作返回下一个绑定。 |
方法详细信息 |
---|
next_one
boolean next_one(BindingHolder b)
- 此操作返回下一个绑定。如果不存在更多绑定,则返回 false。
-
- 参数:
b
- 返回的绑定
next_n
boolean next_n(int how_many, BindingListHolder bl)
- 此操作返回最多可以达到的请求绑定数。
-
- 参数:
how_many
- 要返回的最大绑定数bl
- 返回的绑定
destroy
void destroy()
- 此操作销毁迭代器。
-
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |