org.omg.CosTrading

Class _OfferIdIteratorStub

public class _OfferIdIteratorStub extends ObjectImpl implements OfferIdIterator

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
voiddestroy()
Operation destroy
intmax_left()
Operation max_left
booleannext_n(int n, OfferIdSeqHolder ids)
Operation next_n
String[]_ids()

Method Detail

destroy

public void destroy()
Operation destroy

max_left

public int max_left()
Operation max_left

next_n

public boolean next_n(int n, OfferIdSeqHolder ids)
Operation next_n

_ids

public String[] _ids()