3-10
SOMobjects Base Toolkit Quick Reference Guide
ORB class
(see orb.idl)
ORBStatus create_list (
in long count,
out NVList new_list );
Creates an NVList of the specified size.
ORBStatus create_operation_list (
in OperationDef operation,
out NVList new_list );
Creates an NVList initialized with the argument descriptions for a given operation.
ORBStatus get_default_context (
out Context ctx) ;
Returns the default process Context object.
string object_to_string (
in SOMDObject obj );
Converts an object reference to an external form (string) that can be stored outside the ORB.
SOMDObject string_to_object (
in string str );
Converts an externalized (string) form of an object reference into an object reference.
Kommentare zu diesen Handbüchern