[omniORB] namingservice viewer

Stefan Seefeld seefeld@sympatico.ca
Tue, 13 Feb 2001 17:18:11 -0500


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?


The NamingContext has an Iterator interface which you can use to 
traverse all child bindings. You can use that to traverse the whole 
graph of naming contexts.

Regards,	Stefan