This module contains the stub/skeleton functions generated by IC.
Starting a Orber server can be done in three ways:
The Orber stub can be used to start a
By adopting the rules for
If you start a object without
To avoid flooding Orber with old object references start erlang using the flag -orber objectkeys_gc_time Time, which will remove all object references related to servers being dead for Time seconds. To avoid extra overhead, i.e., performing garbage collect if no persistent objects are started, the objectkeys_gc_time default value is infinity. For more information, see the orber and corba documentation.
Returns the Type ID related to this stub/skeleton
Start a Orber server.
Start a linked Orber server.
Start a Orber server passing Env to
Start a linked Orber server passing Env to
Start a Orber server passing Env to
If the option
This function cannot be used for starting a server as supervisor child.
If started as
The option
Start a linked Orber server passing Env to
If the option
This function can be used for starting a server as persistent or supervisor child. At the moment
The options
The default value for the
The configuration context is used to override the global
SSL client side
To gain access to
The following functions should be exported from a
Whenever a new server is started, init/1 is the first function called in the specified call-back module.
This call-back function is called whenever the server is about to terminate.
Update the internal
If the configuration parameter {{handle_info, "Module::Interface"}, true} is passed to IC and process_flag(trap_exit,true) is set in the init() call-back this function must be exported.
To be able to handle the
All two-way functions must return one of the listed replies or raise any of the exceptions listed in the IDL code (i.e. raises(...)). If the IC compile options this and/or from are used, the implementation must accept the This and/or From parameters.
All one-way functions must return one of the listed replies. If the IC compile option this is used, the implementation must accept the This parameter.