org.apache.bsf.dbline
Class Callbacks
- BSFDebugger, Remote, JsCallbacks, RemoteService
This object is the remote object that will be passed to
the remote debug manager as both the BSFDebugger and
the JavaScript-specific callback object.
Note: there is no obligation that both be implemented by the
same object.
createdEngine
public void createdEngine(String lang,
Object engine)
throws RemoteException
An language engine has been created.
- createdEngine in interface BSFDebugger
deletedEngine
public void deletedEngine(Object engine)
throws RemoteException
An language engine has been terminated.
- deletedEngine in interface BSFDebugger
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.
- disconnect in interface BSFDebugger