Uses of Class
org.burningwave.core.concurrent.QueuedTasksExecutor.TaskAbst
| Package | Description |
|---|---|
| org.burningwave.core.concurrent |
-
Uses of QueuedTasksExecutor.TaskAbst in org.burningwave.core.concurrent
Classes in org.burningwave.core.concurrent with type parameters of type QueuedTasksExecutor.TaskAbst Modifier and Type Class Description static classQueuedTasksExecutor.TaskAbst<E,T extends QueuedTasksExecutor.TaskAbst<E,T>>Subclasses of QueuedTasksExecutor.TaskAbst in org.burningwave.core.concurrent Modifier and Type Class Description static classQueuedTasksExecutor.ProducerTask<T>static classQueuedTasksExecutor.TaskMethods in org.burningwave.core.concurrent with type parameters of type QueuedTasksExecutor.TaskAbst Modifier and Type Method Description <E, T extends QueuedTasksExecutor.TaskAbst<E, T>>
booleanQueuedTasksExecutor. abort(T task)<E, T extends QueuedTasksExecutor.TaskAbst<E, T>>
booleanQueuedTasksExecutor.Group. abort(T task)<E, T extends QueuedTasksExecutor.TaskAbst<E, T>>
QueuedTasksExecutor.GroupQueuedTasksExecutor.Group. waitFor(T task, boolean ignoreDeadLocked)<E, T extends QueuedTasksExecutor.TaskAbst<E, T>>
QueuedTasksExecutor.GroupQueuedTasksExecutor.Group. waitFor(T task, int priority, boolean ignoreDeadLocked)<E, T extends QueuedTasksExecutor.TaskAbst<E, T>>
QueuedTasksExecutorQueuedTasksExecutor. waitFor(T task)<E, T extends QueuedTasksExecutor.TaskAbst<E, T>>
QueuedTasksExecutorQueuedTasksExecutor. waitFor(T task, boolean ignoreDeadLocked)<E, T extends QueuedTasksExecutor.TaskAbst<E, T>>
QueuedTasksExecutorQueuedTasksExecutor. waitFor(T task, int priority, boolean ignoreDeadLocked)Methods in org.burningwave.core.concurrent that return types with arguments of type QueuedTasksExecutor.TaskAbst Modifier and Type Method Description Collection<QueuedTasksExecutor.TaskAbst<?,?>>QueuedTasksExecutor.Group. getAllTasksInExecution()Constructors in org.burningwave.core.concurrent with parameters of type QueuedTasksExecutor.TaskAbst Constructor Description TaskStateException(QueuedTasksExecutor.TaskAbst<?,?> task, String message)