Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

CosPropertyService::PropertiesIterator Interface Reference

import "CosPropertyService.idl";

List of all members.

Public Methods

void reset ()
 Resets the iterator. More...

boolean next_one (out Property aproperty)
 Returns the next property in the iterator or false if the iterator is and the end. More...

boolean next_n (in unsigned long how_mstring, out Properties nproperties)
 Return the next n properties in the iterator. More...

void destroy ()
 Destroys the iterator. More...


Member Function Documentation

void CosPropertyService::PropertiesIterator::destroy  
 

Destroys the iterator.

boolean CosPropertyService::PropertiesIterator::next_n in unsigned long    how_mstring,
out Properties    nproperties
 

Return the next n properties in the iterator.

m how_mstring - The maximum number of properties to return.
m property_names - A sequence with properties. Note that the
client must delete out parameters.

boolean CosPropertyService::PropertiesIterator::next_one out Property    aproperty
 

Returns the next property in the iterator or false if the iterator is and the end.

m aproperty - The next property. Note that the client
must always delete out parameters (even if the operation returns false.)

void CosPropertyService::PropertiesIterator::reset  
 

Resets the iterator.