Firefish 0.5.10

gov.lbl.dsd.firefish
Class MsgHandler

java.lang.Object
  extended bygov.lbl.dsd.firefish.MsgHandler
Direct Known Subclasses:
DBMsgHandler

public abstract class MsgHandler
extends Object

The abstract base class of all synchronous handlers.

Version:
$Revision: 1.2 $, $Date: 2004/01/30 01:18:02 $

Constructor Summary
MsgHandler()
           
 
Method Summary
abstract  Response doMessage(Request req)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsgHandler

public MsgHandler()
Method Detail

doMessage

public abstract Response doMessage(Request req)

Firefish 0.5.10

Jump to the Firefish Homepage