|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--EDU.oswego.cs.dl.util.concurrent.FJTask
|
+--EDU.oswego.cs.dl.util.concurrent.FJTask.Wrap
A FJTask that holds a Runnable r, and calls r.run when executed. The class is a simple utilty to allow arbitrary Runnables to be used as FJTasks.
| Nested Class Summary |
| Nested classes inherited from class EDU.oswego.cs.dl.util.concurrent.FJTask |
FJTask.Par, FJTask.Par2, FJTask.Seq, FJTask.Seq2, FJTask.Wrap |
| Constructor Summary | |
FJTask.Wrap(java.lang.Runnable r)
|
|
| Method Summary | |
void |
run()
|
| Methods inherited from class EDU.oswego.cs.dl.util.concurrent.FJTask |
cancel, coInvoke, coInvoke, fork, getFJTaskRunner, getFJTaskRunnerGroup, invoke, isDone, join, par, par, reset, seq, seq, start, yield |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FJTask.Wrap(java.lang.Runnable r)
| Method Detail |
public void run()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||