1CosPropertyService_PropertyNEarmleasnIgteMroCadotusolPrer(o3Dp)eefritnyiSteirovnice_PropertyNamesIterator(3)
2
3
4

NAME

6       CosPropertyService_PropertyNamesIterator  -  This module implements the
7       OMG CosPropertyService::PropertyNamesIterator interface.
8

DESCRIPTION

10       To get access to the record definitions for the structures use:
11       -include_lib("cosProperty/include/CosPropertyService.hrl").
12

EXPORTS

14       reset(Iterator) -> ok
15
16              Types:
17
18                 Iterator = #objref
19
20              This operation resets the position to the first property name.
21
22       next_one(Iterator) -> Reply
23
24              Types:
25
26                 Iterator = #objref
27                 Reply = {boolean(), Name}
28                 Name = string()
29
30              This operation returns true if a Property  Name  exists  at  the
31              current position and the out parameter is a valid Property Name.
32              If false is returned the out parameter is a  non-valid  Property
33              Name.
34
35       next_n(Iterator, HowMany) -> Reply
36
37              Types:
38
39                 Iterator = #objref
40                 HowMany = long()
41                 Reply = {boolean(), [Name]}
42                 Name = string()
43
44              This  operation returns true if the requested number of Property
45              Names can be delivered and there are additional property  names.
46              If  false  is  returned a sequence of max HowMany property names
47              will be returned and no more Property Names can be delivered.
48
49       destroy(Iterator) -> ok
50
51              Types:
52
53                 Iterator = #objref
54
55              This operation will terminate the Iterator  and  all  subsequent
56              calls will fail.
57
58
59
60Ericsson AB                     cosPCroospPerrotpyer5t.y0Service_PropertyNamesIterator(3)
Impressum