table of contents
cosEventDomainApp(3erl) | Erlang Module Definition | cosEventDomainApp(3erl) |
NAME¶
cosEventDomainApp - The main module of the cosEventDomain application.
DESCRIPTION¶
To get access to the record definitions for the structures use:
-include_lib("cosEventDomain/include/*.hrl").
This module contains the functions for starting and stopping the application.
EXPORTS¶
install() -> Return
Types:
This operation installs the cosEventDomain application.
uninstall() -> Return
Types:
This operation uninstalls the cosEventDomain application.
start() -> Return
Types:
This operation starts the cosEventDomain application.
stop() -> Return
Types:
This operation stops the cosEventDomain application.
start_factory() -> Factory
Types:
This operation creates a new instance of a Event Domain Factory using the default settings.
start_factory(Options) -> Factory
Types:
Option = currently no options defined.
Factory = #objref
This operation creates a new instance of a Event Domain Factory
start_factory_link() -> Factory
Types:
This operation creates a new instance of a Event Domain Factory, which is linked to the invoking process, using the default settings.
start_factory_link(Options) -> Factory
Types:
Option = currently no options defined.
Factory = #objref
This operation creates a new instance of a Event Domain Factory, which is linked to the invoking process, with settings defined by the given options. Allowed options are the same as for cosEventDomainApp:start_factory/1.
stop_factory(Factory) -> Reply
Types:
Reply = ok | {'EXCEPTION', E}
This operation stop the target factory.
cosEventDomain 1.2.2 | Ericsson AB |