org.apache.bsf.debug.meta
Class JsCallbacksStub
- JsCallbacks, Remote, RemoteService
public class JsCallbacksStub
Init , addListener , completeFuture , createFuture , equals , getConnection , getTid , getUid , removeListener , revokeFuture , revoked , suspendFuture , swizzle |
handleBreakpointHit
public void handleBreakpointHit(JsContext cx)
throws RemoteException
Callback when a breakpoint is hit in the debuggee.
The debuggee is suspended until this call returns.
- handleBreakpointHit in interface JsCallbacks
handleEngineStopped
public void handleEngineStopped(JsContext cx)
throws RemoteException
Callback when an engine stops after a stop-request.
The debuggee is suspended until this call returns.
- handleEngineStopped in interface JsCallbacks
handleExceptionThrown
public void handleExceptionThrown(JsContext cx,
Object exception)
throws RemoteException
Callback when an exception is thrown in the debuggee.
The debuggee is suspended until this call returns.
- handleExceptionThrown in interface JsCallbacks
handleSteppingDone
public void handleSteppingDone(JsContext cx)
throws RemoteException
Callback when a step-request has finished.
The debuggee is suspended until this call returns.
- handleSteppingDone in interface JsCallbacks
poll
public boolean poll()
throws RemoteException
Allows the server to poll the connection.
- poll in interface JsCallbacks