Query: cosnotifycomm_notifysubscribe
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CosNotifyComm_NotifySubscribe(3erl) Erlang Module Definition CosNotifyComm_NotifySubscribe(3erl)NAMECosNotifyComm_NotifySubscribe - This module implements the OMG CosNotifyComm::NotifySubscribe interface.DESCRIPTIONTo get access to the record definitions for the structures use: -include_lib("cosNotification/include/*.hrl"). All objects, which inherit this interface, export functions described in this module.EXPORTSsubscription_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. Ericsson AB cosNotification 1.1.16 CosNotifyComm_NotifySubscribe(3erl)