Package | Description |
---|---|
org.jboss.weld.executor | |
org.jboss.weld.manager.api |
Modifier and Type | Class and Description |
---|---|
class |
IterativeWorkerTaskFactory<T>
Used for decomposition of loops in which independent tasks are processed sequentially.
|
class |
TaskPerItemTaskFactory<T>
The factory creates a new
Callable for each item of the source iterable. |
Modifier and Type | Method and Description |
---|---|
<T> List<Future<T>> |
ProfilingExecutorServices.invokeAllAndCheckForExceptions(ExecutorServices.TaskFactory<T> factory) |
<T> List<Future<T>> |
AbstractExecutorServices.invokeAllAndCheckForExceptions(ExecutorServices.TaskFactory<T> factory) |
Modifier and Type | Method and Description |
---|---|
<T> List<Future<T>> |
ExecutorServices.invokeAllAndCheckForExceptions(ExecutorServices.TaskFactory<T> factory)
Executes all the tasks returned from calling
createTasks(int) method. |
Copyright © 2013 Seam Framework. All Rights Reserved.