table of contents
other versions
- wheezy 1:15.b.1-dfsg-4+deb7u1
- wheezy-backports 1:17.3-dfsg-4~bpo70+1
- jessie 1:17.3-dfsg-4+deb8u1
- jessie-backports 1:19.2.1+dfsg-2~bpo8+1
- testing 1:19.2.1+dfsg-2
- unstable 1:19.2.1+dfsg-2
- experimental 1:19.3.1+dfsg-1
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:EXPORTS¶
install() -> Return
Types:
Return = ok | {'EXCEPTION', E} | {'EXIT', R}
This operation installs the cosEventDomain application.
Types:
Return = ok | {'EXCEPTION', E} | {'EXIT', R}
This operation uninstalls the cosEventDomain application.
Types:
Return = ok | {error, Reason}
This operation starts the cosEventDomain application.
Types:
Return = ok | {error, Reason}
This operation stops the cosEventDomain application.
Types:
Factory = #objref
This operation creates a new instance of a Event Domain Factory using the
default settings.
Types:
Options = [Option]
Option = currently no options defined.
Factory = #objref
This operation creates a new instance of a Event Domain Factory
Types:
Factory = #objref
This operation creates a new instance of a Event Domain Factory, which is
linked to the invoking process, using the default settings.
Types:
Options = [Option]
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.
Types:
Factory = #objref
Reply = ok | {'EXCEPTION', E}
This operation stop the target factory.
cosEventDomain 1.1.14 | Ericsson AB |