public class DebuggerStub extends JsCallbacksStub implements BSFDebugger
| Constructor and Description |
|---|
DebuggerStub(SocketConnection con,
int tid,
int uid) |
| Modifier and Type | Method and Description |
|---|---|
void |
createdEngine(java.lang.String lang,
java.lang.Object engine)
An language engine has been created.
|
void |
deletedEngine(java.lang.Object engine)
An language engine has been terminated.
|
void |
disconnect()
The connection to the debug manager has been revoked.
|
handleBreakpointHit, handleEngineStopped, handleExceptionThrown, handleSteppingDone, polladdListener, 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 DebuggerStub(SocketConnection con, int tid, int uid)
public void createdEngine(java.lang.String lang,
java.lang.Object engine)
throws java.rmi.RemoteException
BSFDebuggercreatedEngine in interface BSFDebuggerjava.rmi.RemoteExceptionpublic void deletedEngine(java.lang.Object engine)
throws java.rmi.RemoteException
deletedEngine in interface BSFDebuggerjava.rmi.RemoteExceptionpublic void disconnect()
throws java.rmi.RemoteException
disconnect in interface BSFDebuggerjava.rmi.RemoteException