org.apache.bsf.debug.util
public class ThreadCell extends Object implements Runnable
Method Summary | |
---|---|
void | completionNotify(ResultCell rcell) |
void | pushInvocation(ResultCell rcell) |
void | pushLoopback(ResultCell rcell) |
void | run()
Simply allows to switch to this thread...
it automatically executes the top invocation
on the stack. |
void | waitOnCompletion(ResultCell rcell)
Wait for completion of an outgoing invocation.
|