com.croftsoft.apps.chat.server
Class KillServer

java.lang.Object
  extended by com.croftsoft.apps.chat.server.KillServer
All Implemented Interfaces:
Server

public final class KillServer
extends Object
implements Server

Kills an avatar.

Since:
2003-06-06
Version:
2003-06-06
Author:
David Wallace Croft

Constructor Summary
KillServer(ChatWorld chatWorld)
           
 
Method Summary
 Object serve(Object request)
          Processes a request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KillServer

public KillServer(ChatWorld chatWorld)
Method Detail

serve

public Object serve(Object request)
Description copied from interface: com.croftsoft.core.role.Server
Processes a request.

Specified by:
serve in interface Server
Returns:
Returns a response Object or null.

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)