vooga.network
Class DisconnectRequest

java.lang.Object
  extended by vooga.network.VoogaServerRequest
      extended by vooga.network.DisconnectRequest
All Implemented Interfaces:
java.io.Serializable

 class DisconnectRequest
extends VoogaServerRequest

DisconnectRequest execute method calls VoogaServer method removeConnection to remove user connection from server.


Constructor Summary
DisconnectRequest(java.lang.String userName)
           
 
Method Summary
 void execute(VoogaServer server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisconnectRequest

public DisconnectRequest(java.lang.String userName)
Method Detail

execute

public void execute(VoogaServer server)
Specified by:
execute in class VoogaServerRequest