org.apache.bsf.debug.meta
public class JsCallbacksStub extends Stub implements JsCallbacks
| Constructor Summary | |
|---|---|
| JsCallbacksStub(SocketConnection con, int tid, int uid) | |
| Method Summary | |
|---|---|
| void | handleBreakpointHit(JsContext cx)
Callback when a breakpoint is hit in the debuggee.
|
| void | handleEngineStopped(JsContext cx)
Callback when an engine stops after a stop-request.
|
| void | handleExceptionThrown(JsContext cx, Object exception)
Callback when an exception is thrown in the debuggee.
|
| void | handleSteppingDone(JsContext cx)
Callback when a step-request has finished.
|
| boolean | poll()
Allows the server to poll the connection. |