org.vrspace.server.command.Administrator
Class shutdown

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

public class shutdown
extends java.lang.Object
implements Command


Constructor Summary
shutdown()
           
 
Method Summary
 void exec(Request r)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

shutdown

public shutdown()
Method Detail

exec

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

main

public static void main(java.lang.String[] args)