Tuxedo
0

Administering a Tuxedo Application at Run Time

 Previous Next Contents View as PDF  

CORBA::ORB::object_to_string

Synopsis

Produces a string representation of an object reference.

C++ Binding

char * CORBA::ORB::object_to_string (
CORBA::Object_ptr ObjRef);

Argument

ObjRef

The object reference to represent as a string.

Description

This member function produces a string representation of an object reference. The calling program must use the CORBA::string_free member function to free the string memory after it is no longer needed.

Return Values

The string representing the specified object reference.

Example

CORBA::Object_ptr op = TP::create_object_reference(
"IDL:Teller:1.0", "MyTeller");
char* objstr = TP::orb()->object_to_string(op);

See Also

CORBA::ORB::string_to_object
CORBA::string_free

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy