orber
orber
Module
orber
Module summary
The main module of the Orber application
Description
This module contains the functions for starting and stopping the application. It also has some utility functions to get some of the configuration information from running application.
Exports
start() -> ok
start(Type) -> ok
Types:
Type = temporary | permanent
Starts the Orber application (it also starts mnesia if it is not running). Which Type
parameter is supplied determines the behavior. If not supplied Orber is started as temporary
. See the Reference Manual application(3) for further information.
jump_start(Attributes) -> ok | {'EXIT', Reason}
Types:
Attribut