| Package | Description |
|---|---|
| org.apache.bsf.dbline | |
| org.apache.bsf.debug | |
| org.apache.bsf.debug.jsdi | |
| org.apache.bsf.debug.meta | |
| org.apache.bsf.debug.util | |
| org.apache.bsf.util |
| Modifier and Type | Class and Description |
|---|---|
class |
Callbacks
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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BSFDebugger
This is the interface a client debugger has to implement
in order to be able to register itself to the BSF debug
manager.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JsCallbacks
This interface is the callback for the JavaScript
debugger.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DebuggerStub |
class |
DebugManagerStub |
class |
JsCallbacksStub |
class |
JsCodeStub |
class |
JsContextStub |
class |
JsEngineStub |
class |
JsObjectStub |
| Modifier and Type | Class and Description |
|---|---|
class |
Stub |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteServiceListener.revokedNotify(RemoteService stub) |
| Modifier and Type | Method and Description |
|---|---|
void |
BSFDebugManagerImpl.revokedNotify(RemoteService service)
Callback from the socket/stub layer.
|