[omniORB] namingservice viewer
Brecht Vermeulen
brecht.vermeulen@rug.ac.be
Tue, 13 Feb 2001 23:13:04 +0100
Hi,
you can put the IOR in /etc/omniORB.cfg (or give it as a command line
option -ior ...)
and run the omniORB tool
nameclt list
If you want to write yourself a client, you can look at the source of
nameclt.
regards,
Brecht
Gnanasekaran Thoppae wrote:
>
> Hi,
>
> I am trying to use omniORBpy for my corba client programming.
>
> I have an IOR for a nameserver (non-omniorb). I would like to view
> the instances of the objects that are registered with that nameservice.
>
> How do i do it in CORBA, using either omniORB or omniORBpy?
>
> -gnana