org.vrspace.server.command
Class echo

java.lang.Object
  extended byjava.util.Observable
      extended byorg.vrspace.server.command.echo
All Implemented Interfaces:
Command

public class echo
extends java.util.Observable
implements Command

Sends arguments back to the client - usefull for client debugging


Constructor Summary
echo()
           
 
Method Summary
 void exec(Request r)
           
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

echo

public echo()
Method Detail

exec

public void exec(Request r)
          throws java.lang.Exception
Specified by:
exec in interface Command
Throws:
java.lang.Exception