[omniORB] Multiple NamingServices within one Process

Ando Noriaki n-ando at aist.go.jp
Tue Jul 2 09:25:56 BST 2013


Hello,

You can get naming contexts by string_to_object() function with corbaloc scheme.

obj = orb->string_to_object("corbaloc::<hostname>:<port>/NameSerivce");
cxt = CosNaming::NamingContextExt::_narrow(obj);

Best regards,
Noriaki Ando



2013/7/2 Stefan Walter <Stefan.Walter at lisec.com>:
> 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.
>
> _______________________________________________
> omniORB-list mailing list
> omniORB-list at omniorb-support.com
> http://www.omniorb-support.com/mailman/listinfo/omniorb-list
>



More information about the omniORB-list mailing list