org.apache.bsf.debug.meta
Class DebuggerDispatcher

java.lang.Object
  extended byorg.apache.bsf.debug.util.Dispatcher
      extended byorg.apache.bsf.debug.meta.JsCallbacksDispatcher
          extended byorg.apache.bsf.debug.meta.DebuggerDispatcher

public class DebuggerDispatcher
extends JsCallbacksDispatcher


Field Summary
 
Fields inherited from class org.apache.bsf.debug.util.Dispatcher
m_con
 
Constructor Summary
DebuggerDispatcher(SocketConnection con)
           
 
Method Summary
 void dispatch(ResultCell rcell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebuggerDispatcher

public DebuggerDispatcher(SocketConnection con)
Method Detail

dispatch

public void dispatch(ResultCell rcell)
              throws java.lang.Exception
Overrides:
dispatch in class JsCallbacksDispatcher
Throws:
java.lang.Exception