org.vrspace.server.command
Class quit

java.lang.Object
  extended byorg.vrspace.server.command.quit
All Implemented Interfaces:
Command

public class quit
extends java.lang.Object
implements Command

Quit session. Calls Client.quit after sending "bye" response.


Constructor Summary
quit()
           
 
Method Summary
 void exec(Request r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

quit

public quit()
Method Detail

exec

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