org.vrspace.server.command.Administrator
Class logout

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

public class logout
extends java.lang.Object
implements Command

Syntax: logout clientClassName clientName


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

Constructor Detail

logout

public logout()
Method Detail

exec

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