A C E G I J M S T U

T

taskAborted(Future<?>, ManagedExecutorService, Throwable) - Method in interface javax.util.concurrent.ManagedTaskListener
Called when a task’s Future has been cancelled anytime during the life of a task.
taskDone(Future<?>, ManagedExecutorService, Throwable) - Method in interface javax.util.concurrent.ManagedTaskListener
Called when a submitted task has completed running, successful or otherwise after submitted.
taskStarting(Future<?>, ManagedExecutorService) - Method in interface javax.util.concurrent.ManagedTaskListener
This method is called after the task has been submitted to the Executor.
taskSubmitted(Future<?>, ManagedExecutorService) - Method in interface javax.util.concurrent.ManagedTaskListener
Called after the task has been submitted to the Executor.
Trigger - Interface in javax.util.concurrent
Triggers allow application developers to plug in rules for when and how often a task should run.

A C E G I J M S T U