Module_Interface
Module_Interface
Module
Module_Interface
Module summary
Orber generated stubs/skeletons.
Description
This module contains the stub/skeleton functions generated by IC.
Starting a Orber server can be done in three ways:
- Normal - when the server dies Orber forgets all knowledge of the server.
- Supervisor child - adding the configuration parameter
{sup_child, true}
theoe_create_link/2
function returns{ok, Pid, ObjRef}
which can be handled by the application supervisor/stdlib-1.7 or later. - Persistent object reference - adding the configuration parameters
{persistent, true}
and{regname, {global, term()}}
Orber will remember the object reference until the server terminates with reason normal