com.croftsoft.apps.chat.server
Class KillServer
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KillServer
public KillServer(ChatWorld chatWorld)
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 Apps Javadoc (2008-09-28 21:15:07)