import "CosTrading.idl";
Public Methods | |
unsigned long | max_left () raises (UnknownMaxLeft) |
This operation returns the number of remaining Offers contained within the iterator. More... | |
boolean | next_n (in unsigned long n, out OfferSeq offers) |
This operation returns up to a specified number of remaining Offers. More... | |
void | destroy () |
This operation destroys the OfferIterator and and any Offers it contains. More... |
|
This operation destroys the OfferIterator and and any Offers it contains. This should be called after a client has finished with the iterator. |
|
This operation returns the number of remaining Offers contained within the iterator.
|
|
This operation returns up to a specified number of remaining Offers.
|