Query: coseventdomainadmin_eventdomainfactory
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CosEventDomainAdmin_EventDomainFactory(3erl) Erlang Module Definition CosEventDomainAdmin_EventDomainFactory(3erl)NAMECosEventDomainAdmin_EventDomainFactory - This module implements an Event Domain Factory interface, which is used to create new Event Domain instances.DESCRIPTIONTo get access to all definitions include necessary hrl files by using: -include_lib("cosEventDomain/include/*.hrl").EXPORTScreate_event_domain(Factory, QoS, Admin) -> Reply Types Factory = #objref QoS = CosNotification::QoSProperties Admin = CosNotification::AdminProperties Reply = {EventDomain, DomainID} | {'EXCEPTION', #'CosNotification_UnsupportedQoS'{}} | {'EXCEPTION', #'CosNotification_Unsup- portedAdmin'{}} EventDomain = #objref To create a new EventDomain this operation is used. If it is not possible to support the given QoSProperties or AdminProperties an exception is raised, which list the properties not supported. For more information see the cosNotification user's guide. get_all_domains(Factory) -> DomainIDSeq Types Factory = #objref DomainIDSeq = [long()] This function returns a DomainID sequence of all domains associated with the target object. get_event_domain(Factory, DomainID) -> Reply Types Factory = #objref DomainID = long() Reply = EventDomain | {'EXCEPTION', #'CosEventDomainAdmin_DomainNotFound'{}} EventDomain = #objref This operation returns the EventDomain object associated with the given DomainID. If no such binding exists an exception is raised. Ericsson AB cosEventDomain 1.1.10 CosEventDomainAdmin_EventDomainFactory(3erl)