org.apache.bsf.debug.meta
Class JsObjectDispatcher

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

public class JsObjectDispatcher
extends Dispatcher


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

JsObjectDispatcher

public JsObjectDispatcher(SocketConnection con)
Method Detail

dispatch

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