| 
JavaTM 2 Platform Standard Ed. 6  | 
|||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface BindingIteratorOperations
BindingIterator 接口允许客户端使用 next_one 或 next_n 迭代绑定。 通过使用 NamingContext 上的 list 方法可以获取绑定迭代器。
NamingContextOperations.list(int, org.omg.CosNaming.BindingListHolder, org.omg.CosNaming.BindingIteratorHolder)| 方法摘要 | |
|---|---|
 void | 
destroy()
此操作销毁迭代器。  | 
 boolean | 
next_n(int how_many,
BindingListHolder bl)
此操作返回最多可以达到的请求绑定数。  | 
 boolean | 
next_one(BindingHolder b)
此操作返回下一个绑定。  | 
| 方法详细信息 | 
|---|
boolean next_one(BindingHolder b)
b - 返回的绑定
boolean next_n(int how_many,
               BindingListHolder bl)
how_many - 要返回的最大绑定数 bl - 返回的绑定void destroy()
  | 
JavaTM 2 Platform Standard Ed. 6  | 
|||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。