com.croftsoft.apps.chat.server
Class ChatServer

java.lang.Object
  extended by com.croftsoft.apps.chat.server.ChatServer
All Implemented Interfaces:
Commissionable, Destroyable, Initializable, Server

public final class ChatServer
extends Object
implements Commissionable, Server

Chat server.

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

Constructor Summary
ChatServer()
           
 
Method Summary
 void destroy()
           
 void init()
           
 Object serve(Object requestObject)
          Processes a request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatServer

public ChatServer()
Method Detail

init

public void init()
Specified by:
init in interface Initializable

destroy

public void destroy()
Specified by:
destroy in interface Destroyable

serve

public Object serve(Object requestObject)
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)