|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OfferIdIteratorOperations
The OfferIdIterator interface is used to return a set of offer identifiers from the list_offers operation and the list_proxies operation in the Admin interface by enabling the offer identifiers to be extracted by successive operations on the OfferIdIterator interface.
Method Summary | |
---|---|
void |
destroy()
The destroy operation destroys the iterator. |
int |
max_left()
The max_left operation returns the number of offer identifiers remaining in the iterator. |
boolean |
next_n(int n,
OfferIdSeqHolder ids)
The next_n operation returns a set of offer identifiers in the output parameter ids. |
Method Detail |
---|
int max_left() throws UnknownMaxLeft
UnknownMaxLeft
boolean next_n(int n, OfferIdSeqHolder ids)
void destroy()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |