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

CosPropertyService::PropertyNamesIterator Interface Reference

import "CosPropertyService.idl";

List of all members.

Public Methods

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

boolean next_one (out PropertyName property_name)
 Returns the next name in the iterator or false if the iterator is and the end. More...

boolean next_n (in unsigned long how_mstring, out PropertyNames property_names)
 Return the next n names in the iterator. More...

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


Member Function Documentation

void CosPropertyService::PropertyNamesIterator::destroy  
 

Destroys the iterator.

boolean CosPropertyService::PropertyNamesIterator::next_n in unsigned long    how_mstring,
out PropertyNames    property_names
 

Return the next n names in the iterator.

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

boolean CosPropertyService::PropertyNamesIterator::next_one out PropertyName    property_name
 

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

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

void CosPropertyService::PropertyNamesIterator::reset  
 

Resets the iterator.