org.apache.bsf.debug.meta
Class DebuggerStub
- BSFDebugger, JsCallbacks, Remote, RemoteService
public class DebuggerStub
implements BSFDebugger
void | createdEngine(String lang, Object engine)
|
void | deletedEngine(Object engine) - An language engine has been terminated.
|
void | disconnect() - The connection to the debug manager has been revoked.
|
Init , addListener , completeFuture , createFuture , equals , getConnection , getTid , getUid , removeListener , revokeFuture , revoked , suspendFuture , swizzle |
createdEngine
public void createdEngine(String lang,
Object engine)
throws RemoteException
deletedEngine
public void deletedEngine(Object engine)
throws RemoteException
An language engine has been terminated.
disconnect
public void disconnect()
throws RemoteException
The connection to the debug manager has been revoked.
This implies no more connection should be kept to any
engine.