| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.logicalcobwebs.concurrent.FJTask
org.logicalcobwebs.concurrent.FJTask.Par
public static class FJTask.Par
A new Par, when executed,
 runs the tasks provided in the constructor in parallel using
 coInvoke(tasks).
 The class is a simple utility
 that makes it easier to create composite FJTasks.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class org.logicalcobwebs.concurrent.FJTask | 
|---|
| FJTask.Par, FJTask.Par2, FJTask.Seq, FJTask.Seq2, FJTask.Wrap | 
| Field Summary | |
|---|---|
| protected  FJTask[] | tasks | 
| Constructor Summary | |
|---|---|
| FJTask.Par(FJTask[] tasks)Construct a Seq that, when executed, will process each of the tasks in the tasks array in parallel | |
| FJTask.Par(FJTask task1,
           FJTask task2)Two-task constructor, for compatibility with previous release. | |
| Method Summary | |
|---|---|
|  void | run() | 
| Methods inherited from class org.logicalcobwebs.concurrent.FJTask | 
|---|
| cancel, coInvoke, coInvoke, fork, getFJTaskRunner, getFJTaskRunnerGroup, invoke, isDone, join, par, par, reset, seq, seq, setDone, start, yield | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected final FJTask[] tasks
| Constructor Detail | 
|---|
public FJTask.Par(FJTask[] tasks)
public FJTask.Par(FJTask task1,
                  FJTask task2)
| Method Detail | 
|---|
public void run()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||