org.apache.bsf.debug.meta
Class JsEngineDispatcher

java.lang.Object
  |
  +--org.apache.bsf.debug.util.Dispatcher
        |
        +--org.apache.bsf.debug.meta.JsEngineDispatcher

public class JsEngineDispatcher
extends Dispatcher


Field Summary
 
Fields inherited from class org.apache.bsf.debug.util.Dispatcher
m_con
 
Constructor Summary
JsEngineDispatcher(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

JsEngineDispatcher

public JsEngineDispatcher(SocketConnection con)
Method Detail

dispatch

public void dispatch(ResultCell rcell)
              throws java.lang.Exception
Specified by:
dispatch in class Dispatcher
java.lang.Exception