linux man page for cosnotifychanneladmin_eventchannelfactory

Query: cosnotifychanneladmin_eventchannelfactory

OS: linux

Section: 3erl

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CosNotifyChannelAdmin_EventChannelFactory(3erl) 	     Erlang Module Definition		   CosNotifyChannelAdmin_EventChannelFactory(3erl)

NAME
CosNotifyChannelAdmin_EventChannelFactory - This module implements the OMG CosNotifyChannelAdmin::EventChannelFactory interface.
DESCRIPTION
To get access to the record definitions for the structures use: -include_lib("cosNotification/include/*.hrl").
EXPORTS
create_channel(ChannelFactory, InitialQoS, InitialAdmin) -> Return Types ChannelFactory = #objref InitialQoS = CosNotification::QoSProperties InitialAdmin = CosNotification::AdminProperties Return = {EventChannel, ChannelID} EventChannel = #objref ChannelID = long() This operation creates a new event channel. Along with the channel reference an id is returned which can be used when invoking other operations exported by this module. The Quality of Service argument supplied will be inherited by objects created by the channel. For more information about QoS settings see the User's Guide . If no QoS- and/or Admin-properties are supplied (i.e. empty list), the default settings will be used. For more information, see the User's Guide. get_all_channels(ChannelFactory) -> ChannelIDSeq Types ChannelFactory = #objref ChannelIDSeq = [long()] This operation returns a id sequence of all channel's created by this ChannelFactory. get_event_channel(ChannelFactory, ChannelID) -> Return Types ChannelFactory = #objref ChannelID = long() Retrurn = EventChannel | {'EXCEPTION', #'CosNotifyChannelAdmin_ChannelNotFound'{}} EventChannel = #objref This operation returns the EventChannel associated with the given id. If no channel is associated with the id, i.e., never existed or have been terminated, an exception is raised. Ericsson AB cosNotification 1.1.16 CosNotifyChannelAdmin_EventChannelFactory(3erl)
Related Man Pages
cosnotificationapp(3erl) - linux
cosnotification_adminpropertiesadmin(3erl) - linux
coseventchanneladmin_eventchannel(3erl) - linux
cosnotifychanneladmin_structuredproxypullconsumer(3erl) - linux
cosnotifychanneladmin_sequenceproxypullconsumer(3erl) - linux
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Featured Books and Articles by Active Forum Members
User Guide: Posting in the Emergency Forum
Forum Video Tutorial: How to Use Code Tags
UNIX.com End of Year (EOY) Report (2019)