[omniORB] Multiple NamingServices within one Process

evgeni.rojkov at durr.com evgeni.rojkov at durr.com
Tue Jul 2 09:17:05 BST 2013


Hello Stefan,
You could use omni::omniURI::stringToObject() and narrow it specifically for every NameService.

Something like that:
// assign uri
CORBA::String_var uri;
// use stringToObject
CORBA::Object_var objExternal = omni::omniURI::stringToObject(uri, 5);
// Narrow the reference
CosNaming::NamingContextExt_var rootContext = CosNaming::NamingContextExt::_narrow(objExternal);
….

Mit freundlichen Grüßen/Best regards

Evgeni Rojkov


Von: Stefan Walter [mailto:Stefan.Walter at lisec.com]
Gesendet: Dienstag, 2. Juli 2013 08:43
An: omniorb-list at omniorb-support.com
Betreff: [omniORB] Multiple NamingServices within one Process

Hello,

I would like to access multiple NamingServices (each one on a different server) by using their IP's within one process.

What would be the right way to do so?

Thanks and Regards,
Stefan

______________________________
The content of this e-mail is confidential and restricted for the use of the intended recipient only. If you are not the intended recipient please inform the sender immediately and delete this e-mail and any attachments. We cannot accept liability for any damage incurred as a result of software viruses and advise that you carry out your own virus checks before opening any attachment.

Der Inhalt dieses E-Mails ist vertraulich und für die alleinige Verwendung durch den beabsichtigten Empfänger bestimmt. Falls Sie nicht der beabsichtigte Empfänger sind, bitten wir Sie den Absender umgehend zu informieren und dieses E-Mail samt angeschlossenen Dateien zu löschen. Wir können keine Haftung für allfällige Schäden übernehmen, die aufgrund von Software-Viren entstehen, und empfehlen Ihnen, selbst Virenprüfungen durchzuführen, bevor Sie eine Anlage öffnen.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20130702/fcd0ca69/attachment.html>


More information about the omniORB-list mailing list