linux man page for cospropertyservice_propertiesiterator

Query: cospropertyservice_propertiesiterator

OS: linux

Section: 3erl

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CosPropertyService_PropertiesIterator(3erl)		     Erlang Module Definition		       CosPropertyService_PropertiesIterator(3erl)

NAME
CosPropertyService_PropertiesIterator - This module implements the OMG CosPropertyService::PropertiesIterator interface.
DESCRIPTION
To get access to the record definitions for the structures use: -include_lib("cosProperty/include/CosPropertyService.hrl").
EXPORTS
reset(Iterator) -> ok Types Iterator = #objref This operation resets the position to the first property. next_one(Iterator) -> Reply Types Iterator = #objref Reply = {boolean(), #'CosPropertyService_Property'{property_name = Name, property_value = Value}} Name = string() Value = #any This operation returns true . If false is returned the out parameter is a non-valid Property. next_n(Iterator, HowMany) -> Reply Types Iterator = #objref HowMany = long() Reply = {boolean(), Properties} Properties = [#'CosPropertyService_Property'{property_name = Name, property_value = Value}] Name = string() Value = #any This operation returns true if the requested number of properties can be delivered and there are additional properties. If false is returned and a sequence of max HowMany properties will be returned and no more properties can be delivered. destroy(Iterator) -> ok Types Iterator = #objref This operation will terminate the Iterator and all subsequent calls will fail. Ericsson AB cosProperty 1.1.13 CosPropertyService_PropertiesIterator(3erl)
Related Man Pages
cosnotifyfilter_filteradmin(3erl) - linux
cosnotifychanneladmin_proxypushsupplier(3erl) - linux
cosnotifychanneladmin_structuredproxypullconsumer(3erl) - linux
cospropertyservice_propertysetdeffactory(3erl) - linux
cospropertyservice_propertysetfactory(3erl) - linux
Similar Topics in the Unix Linux Community
Infraction for geauxtn: Reply too Harsh
Infraction for porter: Reply too Harsh
Infraction for Peter_APIIT: Reply too Harsh
Infraction for alokmits: Reply too Harsh
Infraction for zaxxon: Reply too Harsh