Uses of Class
org.apache.bsf.debug.util.ResultCell

Packages that use ResultCell
org.apache.bsf.debug.clientImpl   
org.apache.bsf.debug.meta   
org.apache.bsf.debug.serverImpl   
org.apache.bsf.debug.util   
 

Uses of ResultCell in org.apache.bsf.debug.clientImpl
 

Methods in org.apache.bsf.debug.clientImpl with parameters of type ResultCell
protected  void ClientConnection.dispatchInvocation(ResultCell rcell)
           
 

Uses of ResultCell in org.apache.bsf.debug.meta
 

Methods in org.apache.bsf.debug.meta with parameters of type ResultCell
 void JsEngineDispatcher.dispatch(ResultCell rcell)
           
 void JsCallbacksDispatcher.dispatch(ResultCell rcell)
           
 void JsContextDispatcher.dispatch(ResultCell rcell)
           
 void JsObjectDispatcher.dispatch(ResultCell rcell)
           
 void DebuggerDispatcher.dispatch(ResultCell rcell)
           
 void DebugManagerDispatcher.dispatch(ResultCell rcell)
           
 

Uses of ResultCell in org.apache.bsf.debug.serverImpl
 

Methods in org.apache.bsf.debug.serverImpl with parameters of type ResultCell
protected  void ObjectServer.dispatchInvocation(ResultCell rcell)
           
 

Uses of ResultCell in org.apache.bsf.debug.util
 

Fields in org.apache.bsf.debug.util declared as ResultCell
 ResultCell ResultCell.parent
           
 

Methods in org.apache.bsf.debug.util that return ResultCell
 ResultCell SocketConnection.prepareOutgoingInvoke(Stub self, int classId, int methodId)
          First call made by a stub.
 ResultCell SocketConnection.searchCell(int cmdId)
           
 

Methods in org.apache.bsf.debug.util with parameters of type ResultCell
abstract  void Dispatcher.dispatch(ResultCell rcell)
           
protected abstract  void SocketConnection.dispatchInvocation(ResultCell rcell)
           
 void ThreadCell.waitOnCompletion(ResultCell rcell)
          Wait for completion of an outgoing invocation.
 void ThreadCell.completionNotify(ResultCell rcell)
           
 void ThreadCell.pushLoopback(ResultCell rcell)
           
 void ThreadCell.pushInvocation(ResultCell rcell)