table of contents
other versions
- jessie 1:17.3-dfsg-4+deb8u2
- jessie-backports 1:19.2.1+dfsg-2+deb9u1~bpo8+1
- stretch 1:19.2.1+dfsg-2+deb9u2
CosNotifyComm_NotifyPublish(3erl) | Erlang Module Definition | CosNotifyComm_NotifyPublish(3erl) |
NAME¶
CosNotifyComm_NotifyPublish - This module implements the OMG CosNotifyComm::NotifyPublish interface.DESCRIPTION¶
To get access to the record definitions for the structures use:EXPORTS¶
offer_change(Object, Added, Removed) -> Reply
Types:
Object = #objref
Added = Removed = EventTypeSeq
EventTypeSeq = [type]
Reply = ok | {'EXCEPTION', CosNotifyComm_InvalidEventType{type}}
type = #'CosNotification_EventType'{domain_name, type_name}
domain_name = type_name = string()
Objects supporting this interface can be informed by supplier objects about
which type of events that will be delivered in the future. This operation
accepts two parameters describing new and old event types respectively. If any
of the supplied event type names is syntactically incorrect an exception is
raised.
cosNotification 1.1.21 | Ericsson AB |