org.apache.bsf.engines.javascript
Class RhinoContextProxy

java.lang.Object
  extended byorg.apache.bsf.engines.javascript.RhinoContextProxy

public class RhinoContextProxy
extends java.lang.Object


Method Summary
 void cancelStepping()
           
 JsContextStub entry_exit_mode()
           
 JsContextStub exceptionThrown()
           
 JsContextStub getContext(int depth)
           
 int getContextCount()
           
 JsContextStub getFrame(int no)
           
 int getLineNumber()
           
 RhinoEngineDebugger getRhinoEngineDebugger()
           
 JsContextStub hitBreakpoint()
           
 void resumed()
           
 void run()
           
 void stepIn()
           
 void stepOut()
           
 void stepOver()
           
 JsContextStub stepping()
           
 void stopEngine()
           
 void updateStack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

cancelStepping

public void cancelStepping()

getContext

public JsContextStub getContext(int depth)

getContextCount

public int getContextCount()

getFrame

public JsContextStub getFrame(int no)

getLineNumber

public int getLineNumber()

getRhinoEngineDebugger

public RhinoEngineDebugger getRhinoEngineDebugger()

hitBreakpoint

public JsContextStub hitBreakpoint()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

exceptionThrown

public JsContextStub exceptionThrown()
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

resumed

public void resumed()

run

public void run()

stepIn

public void stepIn()

stepOut

public void stepOut()

stepOver

public void stepOver()

entry_exit_mode

public JsContextStub entry_exit_mode()
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

stepping

public JsContextStub stepping()

stopEngine

public void stopEngine()

updateStack

public void updateStack()
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException