stella.rmi
Class ParameterCheck

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

public class ParameterCheck
extends Object

A simple class to allow a query of an rmi-bound parameter. The parameter name given on the command line is looked up in the registry, if the binding relates to a RemoteParameter, the parameter is fetched and dumped to System.out.


Constructor Summary
ParameterCheck()
           
 
Method Summary
static void main(String[] arg)
          Querries the remote parameter with the binding name given as the first command line argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterCheck

public ParameterCheck()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
Querries the remote parameter with the binding name given as the first command line argument. Dumps the result to System.out.

Throws:
Exception