1cosProperty(3)             Erlang Module Definition             cosProperty(3)
2
3
4

NAME

6       cosProperty - The main module of the cosProperty application
7

DESCRIPTION

9       To get access to the record definitions for the structures use:
10       -include_lib("cosProperty/include/*.hrl").
11
12       This module contains the functions for starting and stopping the appli‐
13       cation.
14

EXPORTS

16       install() -> Return
17
18              Types:
19
20                 Return = ok | {'EXIT', Reason}
21
22              This operation installs the cosProperty application in the IFR.
23
24       install_db() -> Return
25
26              Types:
27
28                 Return = ok | {'EXIT', Reason}
29
30              This operation installs data in mnesia necessary for running the
31              cosProperty application.
32
33       uninstall() -> Return
34
35              Types:
36
37                 Return = ok | {'EXIT', Reason}
38
39              This  operation  removes  all  data  in  the  IFR related to the
40              cosProperty application.
41
42       uninstall_db() -> Return
43
44              Types:
45
46                 Return = ok | {'EXIT', Reason}
47
48              This operation removes all  data  from  mnesia  related  to  the
49              cosProperty application.
50
51       start() -> Return
52
53              Types:
54
55                 Return = ok | {error, Reason}
56
57              This operation starts the cosProperty application.
58
59       start_SetDefFactory() -> Return
60
61              Types:
62
63                 Return = Factory | {'EXCEPTION', E}
64                 Factory  =  CosPropertyService::PropertySetDefFactory  refer‐
65                 ence.
66
67              This operation starts a PropertySetDef Factory.
68
69       start_SetFactory() -> Return
70
71              Types:
72
73                 Return = Factory | {'EXCEPTION', E}
74                 Factory  =  CosPropertyService::PropertySetDefFactory  refer‐
75                 ence.
76
77              This operation starts a PropertySet Factory.
78
79       stop_SetDefFactory(Factory) -> Return
80
81              Types:
82
83                 Factory  =  CosPropertyService::PropertySetDefFactory  refer‐
84                 ence.
85                 Return = ok | {'EXCEPTION', E}
86
87              This operation stops the supplied PropertySetDef Factory.
88
89       stop_SetFactory(Factory) -> Return
90
91              Types:
92
93                 Factory = CosPropertyService::PropertySetFactory reference.
94                 Return = ok | {'EXCEPTION', E}
95
96              This operation stops the supplied PropertySet Factory.
97
98       stop() -> Return
99
100              Types:
101
102                 Return = ok | {error, Reason}
103
104              This operation stops the cosProperty application.
105
106
107
108Ericsson AB                    cosProperty 4.5.2                cosProperty(3)
Impressum