|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.bsf.debug.util.Stub
org.apache.bsf.debug.meta.JsCallbacksStub
org.apache.bsf.debug.meta.DebuggerStub
Field Summary |
---|
Fields inherited from class org.apache.bsf.debug.util.Stub |
---|
m_con, m_revoked, m_tid, m_uid, NOT_FOUND, UNDEFINED |
Constructor Summary | |
---|---|
DebuggerStub(SocketConnection con,
int tid,
int uid)
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.bsf.debug.meta.JsCallbacksStub |
---|
handleBreakpointHit, handleEngineStopped, handleExceptionThrown, handleSteppingDone, poll |
Methods inherited from class org.apache.bsf.debug.util.Stub |
---|
addListener, completeFuture, createFuture, equals, getConnection, getTid, getUid, Init, removeListener, revoked, revokeFuture, suspendFuture, swizzle |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.bsf.debug.util.RemoteService |
---|
addListener, completeFuture, createFuture, removeListener, suspendFuture |
Constructor Detail |
public DebuggerStub(SocketConnection con, int tid, int uid)
Method Detail |
public void createdEngine(java.lang.String lang, java.lang.Object engine) throws java.rmi.RemoteException
BSFDebugger
createdEngine
in interface BSFDebugger
java.rmi.RemoteException
public void deletedEngine(java.lang.Object engine) throws java.rmi.RemoteException
deletedEngine
in interface BSFDebugger
java.rmi.RemoteException
public void disconnect() throws java.rmi.RemoteException
disconnect
in interface BSFDebugger
java.rmi.RemoteException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |