|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.CosTrading.OfferIteratorPOA
org.openorb.trader.kernel.OfferIterator
public class OfferIterator
This class provides the OfferIterator interface implementation.
| Constructor Summary | |
|---|---|
OfferIterator(Offer[] values)
|
|
| Method Summary | |
|---|---|
void |
destroy()
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. |
| Methods inherited from class org.omg.CosTrading.OfferIteratorPOA |
|---|
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
|---|
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OfferIterator(Offer[] values)
| Method Detail |
|---|
public int max_left()
throws UnknownMaxLeft
OfferIteratorOperations
UnknownMaxLeft
public boolean next_n(int n,
OfferSeqHolder offers)
OfferIteratorOperations
public void destroy()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||