| Package | Description |
|---|---|
| org.jboss.weld.executor |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| 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 © 2015. All Rights Reserved.