1CosNotification(3) Erlang Module Definition CosNotification(3)
2
3
4
6 CosNotification - This module export functions which return QoS and Ad‐
7 min Properties constants.
8
10 To get access to all definitions include necessary hrl files by using:
11 -include_lib("cosNotification/include/*.hrl").
12
14 'EventReliability'() -> string()
15
16 This function returns the EventReliability QoS identifier
17
18 'BestEffort'() -> short()
19
20 This function returns the BestEffort QoS value.
21
22 'Persistent'() -> short()
23
24 This function returns the Persistent QoS value.
25
26 'ConnectionReliability'() -> string()
27
28 This function returns the ConnectionReliability QoS identifier.
29
30 'Priority'() -> string()
31
32 This function returns the Priority QoS identifier.
33
34 'LowestPriority'() -> short()
35
36 This function returns the LowestPriority QoS value.
37
38 'HighestPriority'() -> short()
39
40 This function returns the HighestPriority QoS value.
41
42 'DefaultPriority'() -> short()
43
44 This function returns the DefaultPriority QoS value.
45
46 'StartTime'() -> string()
47
48 This function returns the StartTime QoS identifier.
49
50 'StopTime'() -> string()
51
52 This function returns the StopTime QoS identifier.
53
54 'Timeout'() -> string()
55
56 This function returns the Timeout QoS identifier.
57
58 'OrderPolicy'() -> string()
59
60 This function returns the OrderPolicy QoS identifier.
61
62 'AnyOrder'() -> short()
63
64 This function returns the AnyOrder QoS value.
65
66 'FifoOrder'() -> short()
67
68 This function returns the FifoOrder QoS value.
69
70 'PriorityOrder'() -> short()
71
72 This function returns the PriorityOrder QoS value.
73
74 'DeadlineOrder'() -> short()
75
76 This function returns the DeadlineOrder QoS value.
77
78 'DiscardPolicy'() -> string()
79
80 This function returns the DiscardPolicy QoS identifier.
81
82 'LifoOrder'() -> short()
83
84 This function returns the LifoOrder QoS value.
85
86 'RejectNewEvents'() -> short()
87
88 This function returns the RejectNewEvents QoS value.
89
90 'MaximumBatchSize'() -> string()
91
92 This function returns the MaximumBatchSize QoS identifier.
93
94 'PacingInterval'() -> string()
95
96 This function returns the PacingInterval QoS identifier.
97
98 'StartTimeSupported'() -> string()
99
100 This function returns the StartTimeSupported QoS identifier.
101
102 'StopTimeSupported'() -> string()
103
104 This function returns the StopTimeSupported QoS identifier.
105
106 'MaxEventsPerConsumer'() -> string()
107
108 This function returns the MaxEventsPerConsumer QoS identifier.
109
110 'MaxQueueLength'() -> string()
111
112 This function returns the MaxQueueLength Admin identifier.
113
114 'MaxConsumers'() -> string()
115
116 This function returns the MaxConsumers Admin identifier.
117
118 'MaxSuppliers'() -> string()
119
120 This function returns the MaxSuppliers Admin identifier.
121
122
123
124Ericsson AB cosNotification 5.1 CosNotification(3)