1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226
|
.TH CosNotification 3 "cosNotification 1.1.7" "Ericsson AB" "ERLANG MODULE DEFINITION"
.SH MODULE
CosNotification \- This module export functions which return QoS and Admin Properties constants\&.
.SH DESCRIPTION
.LP
To get access to all definitions include necessary \fIhrl\fR files by using:
.br
\fI-include_lib("cosNotification/include/*\&.hrl")\&.\fR
.SH EXPORTS
.LP
.B
\&'EventReliability\&'() -> string()
.br
.RS
.LP
This function returns the EventReliability QoS identifier
.RE
.LP
.B
\&'BestEffort\&'() -> short()
.br
.RS
.LP
This function returns the BestEffort QoS value\&.
.RE
.LP
.B
\&'Persistent\&'() -> short()
.br
.RS
.LP
This function returns the Persistent QoS value\&.
.RE
.LP
.B
\&'ConnectionReliability\&'() -> string()
.br
.RS
.LP
This function returns the ConnectionReliability QoS identifier\&.
.RE
.LP
.B
\&'Priority\&'() -> string()
.br
.RS
.LP
This function returns the Priority QoS identifier\&.
.RE
.LP
.B
\&'LowestPriority\&'() -> short()
.br
.RS
.LP
This function returns the LowestPriority QoS value\&.
.RE
.LP
.B
\&'HighestPriority\&'() -> short()
.br
.RS
.LP
This function returns the HighestPriority QoS value\&.
.RE
.LP
.B
\&'DefaultPriority\&'() -> short()
.br
.RS
.LP
This function returns the DefaultPriority QoS value\&.
.RE
.LP
.B
\&'StartTime\&'() -> string()
.br
.RS
.LP
This function returns the StartTime QoS identifier\&.
.RE
.LP
.B
\&'StopTime\&'() -> string()
.br
.RS
.LP
This function returns the StopTime QoS identifier\&.
.RE
.LP
.B
\&'Timeout\&'() -> string()
.br
.RS
.LP
This function returns the Timeout QoS identifier\&.
.RE
.LP
.B
\&'OrderPolicy\&'() -> string()
.br
.RS
.LP
This function returns the OrderPolicy QoS identifier\&.
.RE
.LP
.B
\&'AnyOrder\&'() -> short()
.br
.RS
.LP
This function returns the AnyOrder QoS value\&.
.RE
.LP
.B
\&'FifoOrder\&'() -> short()
.br
.RS
.LP
This function returns the FifoOrder QoS value\&.
.RE
.LP
.B
\&'PriorityOrder\&'() -> short()
.br
.RS
.LP
This function returns the PriorityOrder QoS value\&.
.RE
.LP
.B
\&'DeadlineOrder\&'() -> short()
.br
.RS
.LP
This function returns the DeadlineOrder QoS value\&.
.RE
.LP
.B
\&'DiscardPolicy\&'() -> string()
.br
.RS
.LP
This function returns the DiscardPolicy QoS identifier\&.
.RE
.LP
.B
\&'LifoOrder\&'() -> short()
.br
.RS
.LP
This function returns the LifoOrder QoS value\&.
.RE
.LP
.B
\&'RejectNewEvents\&'() -> short()
.br
.RS
.LP
This function returns the RejectNewEvents QoS value\&.
.RE
.LP
.B
\&'MaximumBatchSize\&'() -> string()
.br
.RS
.LP
This function returns the MaximumBatchSize QoS identifier\&.
.RE
.LP
.B
\&'PacingInterval\&'() -> string()
.br
.RS
.LP
This function returns the PacingInterval QoS identifier\&.
.RE
.LP
.B
\&'StartTimeSupported\&'() -> string()
.br
.RS
.LP
This function returns the StartTimeSupported QoS identifier\&.
.RE
.LP
.B
\&'StopTimeSupported\&'() -> string()
.br
.RS
.LP
This function returns the StopTimeSupported QoS identifier\&.
.RE
.LP
.B
\&'MaxEventsPerConsumer\&'() -> string()
.br
.RS
.LP
This function returns the MaxEventsPerConsumer QoS identifier\&.
.RE
.LP
.B
\&'MaxQueueLength\&'() -> string()
.br
.RS
.LP
This function returns the MaxQueueLength Admin identifier\&.
.RE
.LP
.B
\&'MaxConsumers\&'() -> string()
.br
.RS
.LP
This function returns the MaxConsumers Admin identifier\&.
.RE
.LP
.B
\&'MaxSuppliers\&'() -> string()
.br
.RS
.LP
This function returns the MaxSuppliers Admin identifier\&.
.RE
|