|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OfferIteratorOperations
The OfferIterator interface is used to return a set of service offers from the query operation by enabling the service offers to be extracted by successive operations on the OfferIterator interface.
Method Summary | |
---|---|
void |
destroy()
The destroy operation destroys the iterator. |
int |
max_left()
The max_left operation returns the number of service offers remaining in the iterator. |
boolean |
next_n(int n,
OfferSeqHolder offers)
The next_n operation returns a set of service offers in the output parameter offers. |
Method Detail |
---|
int max_left() throws UnknownMaxLeft
UnknownMaxLeft
boolean next_n(int n, OfferSeqHolder offers)
void destroy()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |