table of contents
cosProperty(3erl) | Erlang Module Definition | cosProperty(3erl) |
NAME¶
cosProperty - 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¶
install() -> Return
Types:
This operation installs the cosProperty application in the IFR.
install_db() -> Return
Types:
This operation installs data in mnesia necessary for running the cosProperty application.
uninstall() -> Return
Types:
This operation removes all data in the IFR related to the cosProperty application.
uninstall_db() -> Return
Types:
This operation removes all data from mnesia related to the cosProperty application.
start() -> Return
Types:
This operation starts the cosProperty application.
start_SetDefFactory() -> Return
Types:
Factory = CosPropertyService::PropertySetDefFactory reference.
This operation starts a PropertySetDef Factory.
start_SetFactory() -> Return
Types:
Factory = CosPropertyService::PropertySetDefFactory reference.
This operation starts a PropertySet Factory.
stop_SetDefFactory(Factory) -> Return
Types:
Return = ok | {'EXCEPTION', E}
This operation stops the supplied PropertySetDef Factory.
stop_SetFactory(Factory) -> Return
Types:
Return = ok | {'EXCEPTION', E}
This operation stops the supplied PropertySet Factory.
stop() -> Return
Types:
This operation stops the cosProperty application.
cosProperty 1.2.3 | Ericsson AB |