#include <Offer_Iterators.h>
List of all members.
Constructor & Destructor Documentation
TAO_Offer_Iterator::~TAO_Offer_Iterator |
( |
void |
| ) |
[virtual] |
Member Function Documentation
void TAO_Offer_Iterator::destroy |
( |
void |
| ) |
[virtual] |
BEGIN SPEC The destroy operation destroys the iterator. No further operations can be invoked on an iterator after it has been destroyed. END SPEC
virtual CORBA::ULong TAO_Offer_Iterator::max_left |
( |
void |
| ) |
[pure virtual] |
BEGIN SPEC The next_n operation returns a set of service offers in the output parameter "offers." The operation returns n service offers if there are at least n service offers remaining in the iterator. If there are fewer than n service offers in the iterator, then all remaining service offers are returned. The actual number of service offers returned can be determined from the length of the "offers" sequence. The next_n operation returns TRUE if there are further service offers to be extracted from the iterator. It returns FALSE if there are no further service offers to be extracted. END SPEC
Implemented in TAO_Query_Only_Offer_Iterator, and TAO_Register_Offer_Iterator< MAP_LOCK_TYPE >.
Member Data Documentation
The filter through which each returned offer must pass. Used to strip offers of undesirable properties.
The documentation for this class was generated from the following files: