corba
corba
Module
corba
Module summary
The functions on CORBA module level
Description
This module contains functions that are specified on the CORBA module level. It also contains some functions for creating and disposing objects.
Exports
create(Module, TypeID) -> Object
create(Module, TypeID, Env) -> Object
create(Module, TypeID, Env, Optons1) -> Object
create_link(Module, TypeID) -> Object
create_link(Module, TypeID, Env) -> Object
create_link(Module, TypeID, Env, Options2) -> Reply
Types:
Module = atom() TypeID = string() Env = term() Options1 = [{persistent, Bool} | {regname, RegName} | {local_typecheck, Bool}] Options2 = [{sup_child, Bool} | {persisten