public interface BindingIterator extends BindingIteratorOperations, Object, Serializable, IDLEntity
| Modifier and Type | Method and Description |
|---|---|
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.
|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridevoid destroy()
destroy in interface BindingIteratorOperationsboolean next_n(int amount, BindingListHolder a_list)
next_n in interface BindingIteratorOperationsamount - the maximal number of bindings to return.a_list - a holder to store the returned bindings.boolean next_one(BindingHolder a_binding)
next_one in interface BindingIteratorOperationsa_binding - a holder, where the next binding will be stored.