util
Class NamingLister
java.lang.Object
util.NamingLister
public class NamingLister
- extends Object
A simple naming-lookup object.
|
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 |
NamingLister
public NamingLister()
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.