public interface ManagedTaskListener
Modifier and Type | Method and Description |
---|---|
void |
taskAborted(Future<?> future,
ManagedExecutorService executor,
Object task,
Throwable exception) |
void |
taskDone(Future<?> future,
ManagedExecutorService executor,
Object task,
Throwable exception) |
void |
taskStarting(Future<?> future,
ManagedExecutorService executor,
Object task) |
void |
taskSubmitted(Future<?> future,
ManagedExecutorService executor,
Object task) |
void taskAborted(Future<?> future, ManagedExecutorService executor, Object task, Throwable exception)
void taskDone(Future<?> future, ManagedExecutorService executor, Object task, Throwable exception)
void taskStarting(Future<?> future, ManagedExecutorService executor, Object task)
void taskSubmitted(Future<?> future, ManagedExecutorService executor, Object task)
Copyright © 2017 JBoss by Red Hat. All rights reserved.