util.rmi
Class RmiPropertyDump

java.lang.Object
  extended by util.rmi.RmiPropertyDump

public class RmiPropertyDump
extends Object

A tiny helper class that dumps the value of the stated parameter to the command line.


Constructor Summary
RmiPropertyDump()
           
 
Method Summary
static void main(String[] arg)
          Performs a look-up operation on the binding name stated on the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmiPropertyDump

public RmiPropertyDump()
Method Detail

main

public static void main(String[] arg)
                 throws RemoteException,
                        NotBoundException
Performs a look-up operation on the binding name stated on the command line. If there is a valid binding and it binds a RmiPropertyBearing its properties are queried and dumped to the command line.

Throws:
RemoteException
NotBoundException