J-Integra® Espresso Programming Documentation (API)

ORB.string_to_object Method

Converts a string produced by the method object_to_string back to a CORBA object reference.

Ics.CORBA.Object string_to_object(
 string str
);

Parameters

str
the string to be converted back to an object reference. It must be the result of converting an object reference to a string using the method object_to_string.

Return Value

the object reference

Remarks

none

Exceptions

none

See Also

ORB Interface | ORB Members | Ics Namespace