CosPropertyService_PropertyNamesIterator
This module implements the OMG CosPropertyService::PropertyNamesIterator interface.
- Provided by: erlang-manpages (Version: 1:18.3-dfsg-1ubuntu3.1)
- Source: erlang
- Report a bug
This module implements the OMG CosPropertyService::PropertyNamesIterator interface.
To get access to the record definitions for the structures use:
-include_lib("cosProperty/include/CosPropertyService.hrl").
reset(Iterator) -> ok
Types:
This operation resets the position to the first property name.
next_one(Iterator) -> Reply
Types:
This operation returns true if a Property Name exists at the current position and the out parameter is a valid Property Name. If false is returned the out parameter is a non-valid Property Name.
next_n(Iterator, HowMany) -> Reply
Types:
This operation returns true if the requested number of Property Names can be delivered and there are additional property names. If false is returned a sequence of max HowMany property names will be returned and no more Property Names can be delivered.
destroy(Iterator) -> ok
Types:
This operation will terminate the Iterator and all subsequent calls will fail.