stella.rmi
Class RmiParameterDump

java.lang.Object
  extended by stella.rmi.RmiParameterDump

public class RmiParameterDump
extends Object

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


Constructor Summary
RmiParameterDump()
           
 
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

RmiParameterDump

public RmiParameterDump()
Method Detail

main

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

Throws:
RemoteException
NotBoundException
MalformedURLException