|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.loadbang.jython.util.Invocation
public abstract class Invocation
Synchronous thread spawning for Jython.
| Constructor Summary | |
|---|---|
Invocation()
|
|
| Method Summary | |
|---|---|
abstract void |
invoke()
Abstract method: make a call into a Jython interpreter in an interlocked thread. |
void |
protect()
Invoke a body of code using an interpreter, in a new thread. |
void |
run()
Run the body of this invocation in its own thread, then notify the caller. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Invocation()
| Method Detail |
|---|
public abstract void invoke()
public void run()
run in interface java.lang.RunnableRunnable.run()public void protect()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||