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_NotifySubscribe(3erl) | Erlang Module Definition | CosNotifyComm_NotifySubscribe(3erl) |
NAME¶
CosNotifyComm_NotifySubscribe - This module implements the OMG CosNotifyComm::NotifySubscribe interface.DESCRIPTION¶
To get access to the record definitions for the structures use:EXPORTS¶
subscription_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()
This operation takes as input two sequences of event type names specifying
events the client will and will not accept in the future respectively.
cosNotification 1.1.21 | Ericsson AB |