public class JsCallbacksStub extends Stub implements JsCallbacks
| Constructor and Description |
|---|
JsCallbacksStub(SocketConnection con,
int tid,
int uid) |
| Modifier and Type | Method and Description |
|---|---|
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,
java.lang.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.
|
addListener, completeFuture, createFuture, equals, getConnection, getTid, getUid, Init, removeListener, revoked, revokeFuture, suspendFuture, swizzleclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListener, completeFuture, createFuture, removeListener, suspendFuturepublic JsCallbacksStub(SocketConnection con, int tid, int uid)
public boolean poll()
throws java.rmi.RemoteException
poll in interface JsCallbacksjava.rmi.RemoteExceptionpublic void handleBreakpointHit(JsContext cx) throws java.rmi.RemoteException
handleBreakpointHit in interface JsCallbacksjava.rmi.RemoteExceptionpublic void handleEngineStopped(JsContext cx) throws java.rmi.RemoteException
handleEngineStopped in interface JsCallbacksjava.rmi.RemoteExceptionpublic void handleExceptionThrown(JsContext cx, java.lang.Object exception) throws java.rmi.RemoteException
handleExceptionThrown in interface JsCallbacksjava.rmi.RemoteExceptionpublic void handleSteppingDone(JsContext cx) throws java.rmi.RemoteException
handleSteppingDone in interface JsCallbacksjava.rmi.RemoteException