20002016 Ericsson AB. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. cosProperty 2000-06-07 PA1
cosProperty The main module of the cosProperty application

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.

install() -> Return Install the cosProperty application in the IFR Return = ok | {'EXIT', Reason}

This operation installs the cosProperty application in the IFR.

install_db() -> Return Install data in mnesia necessary for running the cosProperty application Return = ok | {'EXIT', Reason}

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

uninstall() -> Return Remove all data in the IFR related to the cosProperty application Return = ok | {'EXIT', Reason}

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

uninstall_db() -> Return Remove all data from mnesia related to the cosProperty application Return = ok | {'EXIT', Reason}

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

start() -> Return Start the cosProperty application Return = ok | {error, Reason}

This operation starts the cosProperty application.

start_SetDefFactory() -> Return Start a PropertySetDef Factory Return = Factory | {'EXCEPTION', E} Factory = CosPropertyService::PropertySetDefFactory reference.

This operation starts a PropertySetDef Factory.

start_SetFactory() -> Return Start a PropertySet Factory Return = Factory | {'EXCEPTION', E} Factory = CosPropertyService::PropertySetDefFactory reference.

This operation starts a PropertySet Factory.

stop_SetDefFactory(Factory) -> Return Stop the given PropertySetDef Factory Factory = CosPropertyService::PropertySetDefFactory reference. Return = ok | {'EXCEPTION', E}

This operation stops the supplied PropertySetDef Factory.

stop_SetFactory(Factory) -> Return Stop the given PropertySet Factory Factory = CosPropertyService::PropertySetFactory reference. Return = ok | {'EXCEPTION', E}

This operation stops the supplied PropertySet Factory.

stop() -> Return Stop the cosProperty application Return = ok | {error, Reason}

This operation stops the cosProperty application.