org.jacorb.naming

Class ContextLister

public class ContextLister extends 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
NamingContextExtroot_context
Constructor Summary
ContextLister(ORB orb)
ContextLister(ORB orb, String str)
Method Summary
voidlist(PrintStream ps)
static voidmain(String[] args)

Field Detail

root_context

public NamingContextExt root_context

Constructor Detail

ContextLister

public ContextLister(ORB orb)

ContextLister

public ContextLister(ORB orb, String str)

Method Detail

list

public void list(PrintStream ps)

main

public static void main(String[] args)