Cyril Cadenel wrote:
> 
> Hello,
> 
> How can i know all object referenced in the CosNaming of david?

Hi,

As with any CosNaming implementation, you may invoke operation list() of
interface NamingContext, and operation next_n of interface
BindingIterator.
If you want to get every object reference, you may start from the
default context of the naming service (i.e. as returned by
resolve_initial_references(), or read from the IOR file of the naming
service), and then recursively lookup the naming graph (in the general
case, the naming structure is a graph, so beware of cycles...).

I can give you a PDF version of CosNaming specs if you wish.

Best regards,
-- Bruno.
____________________________________________________
 Dr. Bruno DILLENSEGER - France Telecom R&D (CNET)
 Distributed Systems Architecture Department
 phone +33 4 76 76 41 46, fax +33 4 76 76 45 57
 e-mail   [EMAIL PROTECTED]
 web URL  http://www.multimania.com/dillense
____________________________________________________
  • David Cyril Cadenel
    • Bruno Dillenseger

Reply via email to