org.apache.bsf.debug.meta
Class DebugManagerDispatcher

java.lang.Object
  extended by org.apache.bsf.debug.util.Dispatcher
      extended by org.apache.bsf.debug.meta.DebugManagerDispatcher

public class DebugManagerDispatcher
extends Dispatcher


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

DebugManagerDispatcher

public DebugManagerDispatcher(SocketConnection con)
Method Detail

dispatch

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