|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThreadBasedRunner
This interface is supported by runners that might occupy the thread.
Method Summary | |
---|---|
void |
resumeInCurrentThread()
This methods resumes the suspended runner in the current thread. |
void |
startInCurrentThread()
Start runner in the current thread. |
void |
startInNewThread()
Start runner in new thread |
void |
stop()
Stop this runner |
void |
suspend()
This method cases the runner to suspend its work. |
Methods inherited from interface net.sf.asyncobjects.vats.VatFactory |
---|
newVat, newVat |
Method Detail |
---|
void stop()
void startInCurrentThread()
void startInNewThread()
void suspend()
void resumeInCurrentThread()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |