Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cosproperty(3erl) [linux man page]

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

Check Out this Related Man Page

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 Return = ok | {'EXCEPTION', E} | {'EXIT', R} This operation installs the cosEventDomain application. uninstall() -> Return Types Return = ok | {'EXCEPTION', E} | {'EXIT', R} This operation uninstalls the cosEventDomain application. start() -> Return Types Return = ok | {error, Reason} This operation starts the cosEventDomain application. stop() -> Return Types Return = ok | {error, Reason} This operation stops the cosEventDomain application. start_factory() -> Factory Types Factory = #objref This operation creates a new instance of a Event Domain Factory using the default settings. start_factory(Options) -> Factory Types Options = [Option] Option = currently no options defined. Factory = #objref This operation creates a new instance of a Event Domain Factory start_factory_link() -> 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 set- tings. start_factory_link(Options) -> Factory 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 . stop_factory(Factory) -> Reply Types Factory = #objref Reply = ok | {'EXCEPTION', E} This operation stop the target factory. Ericsson AB cosEventDomain 1.1.10 cosEventDomainApp(3erl)
Man Page