| 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 void |
ClientConnection.dispatchInvocation(ResultCell rcell) |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugManagerDispatcher.dispatch(ResultCell rcell) |
void |
JsObjectDispatcher.dispatch(ResultCell rcell) |
void |
DebuggerDispatcher.dispatch(ResultCell rcell) |
void |
JsCallbacksDispatcher.dispatch(ResultCell rcell) |
void |
JsContextDispatcher.dispatch(ResultCell rcell) |
void |
JsEngineDispatcher.dispatch(ResultCell rcell) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ObjectServer.dispatchInvocation(ResultCell rcell) |
| Modifier and Type | Field and Description |
|---|---|
ResultCell |
ResultCell.parent |
| Modifier and Type | Method and Description |
|---|---|
ResultCell |
SocketConnection.prepareOutgoingInvoke(Stub self,
int classId,
int methodId)
First call made by a stub.
|
ResultCell |
SocketConnection.searchCell(int cmdId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadCell.completionNotify(ResultCell rcell) |
abstract void |
Dispatcher.dispatch(ResultCell rcell) |
protected abstract void |
SocketConnection.dispatchInvocation(ResultCell rcell) |
void |
ThreadCell.pushInvocation(ResultCell rcell) |
void |
ThreadCell.pushLoopback(ResultCell rcell) |
void |
ThreadCell.waitOnCompletion(ResultCell rcell)
Wait for completion of an outgoing invocation.
|