org.jacorb.naming
Class ContextLister

java.lang.Object
  extended by org.jacorb.naming.ContextLister

public class ContextLister
extends java.lang.Object

This class allows listing all bindings in a naming context to a PrintStream

Version:
$Id: ContextLister.java,v 1.9 2004/08/04 08:41:17 andre.spiegel Exp $
Author:
Gerald Brose

Field Summary
 org.omg.CosNaming.NamingContextExt root_context
           
 
Constructor Summary
ContextLister(org.omg.CORBA.ORB orb)
           
ContextLister(org.omg.CORBA.ORB orb, java.lang.String str)
           
 
Method Summary
 void list(java.io.PrintStream ps)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

root_context

public org.omg.CosNaming.NamingContextExt root_context
Constructor Detail

ContextLister

public ContextLister(org.omg.CORBA.ORB orb)

ContextLister

public ContextLister(org.omg.CORBA.ORB orb,
                     java.lang.String str)
Method Detail

list

public void list(java.io.PrintStream ps)

main

public static void main(java.lang.String[] args)