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