Obtain Remote Object References
Obtain a reference to an instance of the remote object¡¯s class
Suggested mechanisms
- object_to_string(), string_to_object(): convert ORB-specific object references to a standard string form and vice-versa
- Naming Service Interface: allows remote object servers to register their objects by name
cmso_var = cMSO::_bind(":cMSO", host_name);
} catch (CORBA::SystemException &sysEx) {
cerr << "Unexpected system exception" << endl;