cosProperty

Module

cosProperty

Module Summary

The main module of the cosProperty application

Description

To get access to the record definitions for the structures use:
-include_lib("cosProperty/include/*.hrl").

This module contains the functions for starting and stopping the application.

Exports

Types

Return = ok | {'EXIT', Reason}

This operation installs the cosProperty application in the IFR.

Types

Return = ok | {'EXIT', Reason}

This operation installs data in mnesia necessary for running the cosProperty application.

Types

Return = ok | {'EXIT', Reason}

This operation removes all data in the IFR related to the cosProperty application.

Types

Return = ok | {'EXIT', Reason}

This operation removes all data from mnesia related to the cosProperty application.

Types

Return = ok | {error, Reason}

This operation starts the cosProperty application.

Types

Return = Factory | {'EXCEPTION', E}
Factory = CosPropertyService::PropertySetDefFactory reference.

This operation starts a PropertySetDef Factory.

Types

Return = Factory | {'EXCEPTION', E}
Factory = CosPropertyService::PropertySetDefFactory reference.

This operation starts a PropertySet Factory.

Types

Factory = CosPropertyService::PropertySetDefFactory reference.
Return = ok | {'EXCEPTION', E}

This operation stops the supplied PropertySetDef Factory.

Types

Factory = CosPropertyService::PropertySetFactory reference.
Return = ok | {'EXCEPTION', E}

This operation stops the supplied PropertySet Factory.

Types

Return = ok | {error, Reason}

This operation stops the cosProperty application.