|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingIteratorOperations
The operations, applicable for an iterator for seing the available bindings.
Method Summary | |
---|---|
void |
destroy()
Destroy the iterator on the server side. |
boolean |
next_n(int amount,
BindingListHolder a_list)
Return the desired amount of bindings. |
boolean |
next_one(BindingHolder a_binding)
Return the next binding. |
Method Detail |
---|
void destroy()
boolean next_n(int amount, BindingListHolder a_list)
amount
- the maximal number of bindings to return.a_list
- a holder to store the returned bindings.
boolean next_one(BindingHolder a_binding)
a_binding
- a holder, where the next binding will be stored.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |