[omniORB] Antw: Re: Multiple NamingServices within one Process

Stefan Walter Stefan.Walter at lisec.com
Tue Jul 2 14:20:36 BST 2013


Hi,
 
thank you, this solved my issue.
 
Regards,
Stefan

>>> 


Von: Ando Noriaki <n-ando at aist.go.jp>
An:Stefan Walter <Stefan.Walter at lisec.com>
CC:<omniorb-list at omniorb-support.com>
Datum: 02.07.2013 12:26
Betreff: Re: [omniORB] Multiple NamingServices within one Process
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
>


__________________________________________
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/0b005719/attachment.html>


More information about the omniORB-list mailing list