| 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 | Method and Description |
|---|---|
protected Stub |
ClientStubTable.factory(int tid,
int uid) |
| Modifier and Type | Class and Description |
|---|---|
class |
DebuggerStub |
class |
DebugManagerStub |
class |
JsCallbacksStub |
class |
JsCodeStub |
class |
JsContextStub |
class |
JsEngineStub |
class |
JsObjectStub |
| Modifier and Type | Method and Description |
|---|---|
protected Stub |
ServerStubTable.factory(int tid,
int uid) |
| Modifier and Type | Field and Description |
|---|---|
static Stub |
Stub.NOT_FOUND |
Stub |
ResultCell.selfStub |
static Stub |
Stub.UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Stub |
StubTable.factory(int tid,
int uid) |
Stub |
SocketConnection.getStub(int tid,
int uid) |
Stub |
SocketConnection.swizzle(int tid,
int uid) |
Stub |
StubTable.swizzle(int tid,
int uid) |
Stub |
Stub.swizzle(int tid,
int uid) |
| Modifier and Type | Method and Description |
|---|---|
ResultCell |
SocketConnection.prepareOutgoingInvoke(Stub self,
int classId,
int methodId)
First call made by a stub.
|