cosEventDomain

Reference Manual

Version 5.0

Table of Contents

cosEventDomainApp

Module

cosEventDomainApp

Module Summary

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.

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.