util
Class NamingLister

java.lang.Object
  extended by util.NamingLister

public class NamingLister
extends Object

A simple naming-lookup object.


Constructor Summary
NamingLister()
           
 
Method Summary
static void main(String[] arg)
          If an argument is given, its is interpreted as a property object to construct the initial context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamingLister

public NamingLister()
Method Detail

main

public static void main(String[] arg)
If an argument is given, its is interpreted as a property object to construct the initial context. If no argument is given, the initial context is constructed from the rmi-registry of the local host, thus the implementation acts like the RegistryLister.