org.apache.bsf.debug.util
Class Dispatcher

java.lang.Object
  |
  +--org.apache.bsf.debug.util.Dispatcher
Direct Known Subclasses:
DebugManagerDispatcher, JsCallbacksDispatcher, JsContextDispatcher, JsEngineDispatcher, JsObjectDispatcher

public abstract class Dispatcher
extends java.lang.Object


Field Summary
protected  SocketConnection m_con
           
 
Constructor Summary
protected Dispatcher(SocketConnection con)
           
 
Method Summary
abstract  void dispatch(ResultCell rcell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_con

protected SocketConnection m_con
Constructor Detail

Dispatcher

protected Dispatcher(SocketConnection con)
Method Detail

dispatch

public abstract void dispatch(ResultCell rcell)
                       throws java.lang.Exception
java.lang.Exception