Tnameserver in CORBA
Hey i am developing a corba based application which involves multiple servers. All these servers register with the name server. I wanted to find a mechanism where as a client i could contact the naming service and then find out the name of the services which are being offered. Any help.........?/
[304 byte] By [
muneeb] at [2007-9-30 22:04:45]

Hi,
when you contact the naming service you refer to it using the org.omg.CosNaming.NamingContext class, right? This class provides a method named "list", which allows you to retrieve a BindingList.
Does this point you to a possible solution?
BTW: There is a simple freeware tool called enames, which lists all the bindings in a naming service. Of course, it is written in JAVA and could give you some example code on how to perform your task. See http://www.entrance.de/de/download/enames.html (page is in German, but you will find the download link anyway)