Uses of Package
jakarta.enterprise.concurrent
Packages that use jakarta.enterprise.concurrent
Package
Description
Classes and interfaces that make up the Jakarta Concurrency specification.
-
Classes in jakarta.enterprise.concurrent used by jakarta.enterprise.concurrentClassDescriptionThe ContextService provides methods for creating dynamic proxy objects (as defined by
java.lang.reflect.Proxy
).Contains information about the last execution of a task.A manageable version of aExecutorService
.A task submitted to anManagedExecutorService
orManagedScheduledExecutorService
can optionally implement this interface to provide identifying information about the task, to provide aManagedTaskListener
to get notification of lifecycle events of the task, or to provide additional execution properties.A ManagedTaskListener is used to monitor the state of a task's Future.Triggers allow application developers to plug in rules for when and how often a task should run.Triggers allow application developers to plug in rules for when and how often a task should run.