| Package | Description |
|---|---|
| org.apache.bsf.debug.clientImpl | |
| org.apache.bsf.debug.meta | |
| org.apache.bsf.debug.serverImpl | |
| org.apache.bsf.debug.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientConnection |
| Constructor and Description |
|---|
ClientStubTable(SocketConnection con) |
| Constructor and Description |
|---|
DebuggerDispatcher(SocketConnection con) |
DebuggerStub(SocketConnection con,
int tid,
int uid) |
DebugManagerDispatcher(SocketConnection con) |
DebugManagerStub(SocketConnection con) |
JsCallbacksDispatcher(SocketConnection con) |
JsCallbacksStub(SocketConnection con,
int tid,
int uid) |
JsCodeStub(SocketConnection con,
int tid,
int uid,
boolean isFunction) |
JsContextDispatcher(SocketConnection con) |
JsContextStub(SocketConnection m_con,
int tid,
int uid) |
JsEngineDispatcher(SocketConnection con) |
JsEngineStub(SocketConnection con,
int tid,
int uid) |
JsObjectDispatcher(SocketConnection con) |
JsObjectStub(SocketConnection con,
int tid,
int uid) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectServer |
| Modifier and Type | Field and Description |
|---|---|
protected SocketConnection |
Dispatcher.m_con |
protected SocketConnection |
StubTable.m_con |
protected SocketConnection |
Stub.m_con |
| Modifier and Type | Method and Description |
|---|---|
SocketConnection |
Stub.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Skeleton.allocOid(SocketConnection con) |
static void |
Stub.Init(SocketConnection con) |
| Constructor and Description |
|---|
Dispatcher(SocketConnection con) |
Stub(SocketConnection con,
int tid,
int uid) |
StubTable(SocketConnection con) |