1CosNotifyComm_NotifyPublish(E3r)lang Module DefinitiCoonsNotifyComm_NotifyPublish(3)
2
3
4
6 CosNotifyComm_NotifyPublish - This module implements the OMG CosNotify‐
7 Comm::NotifyPublish interface.
8
10 To get access to the record definitions for the structures use:
11 -include_lib("cosNotification/include/*.hrl").
12
13 All objects, which inherit this interface, export functions described
14 in this module.
15
17 offer_change(Object, Added, Removed) -> Reply
18
19 Types:
20
21 Object = #objref
22 Added = Removed = EventTypeSeq
23 EventTypeSeq = [type]
24 Reply = ok | {'EXCEPTION', CosNotifyComm_InvalidEvent‐
25 Type{type}}
26 type = #'CosNotification_EventType'{domain_name, type_name}
27 domain_name = type_name = string()
28
29 Objects supporting this interface can be informed by supplier
30 objects about which type of events that will be delivered in the
31 future. This operation accepts two parameters describing new and
32 old event types respectively. If any of the supplied event type
33 names is syntactically incorrect an exception is raised.
34
35
36
37Ericsson AB cosNotification 5.1CosNotifyComm_NotifyPublish(3)