All Classes
-
All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary Class Description AbortedException Exception indicating that the result of a task cannot be retrieved because the task failed to run for some reason other than being cancelled.Asynchronous Annotates a CDI managed bean method to run asynchronously.Asynchronous.Result Mechanism by which the Jakarta EE Product Provider makes available to the asynchronous method implementation the sameCompletableFuture
instance that the Jakarta EE Product Provider supplies to the caller of the asynchronous method.ContextService The ContextService provides methods for creating dynamic proxy objects (as defined byjava.lang.reflect.Proxy
).ContextServiceDefinition Defines aContextService
to be registered in JNDI by the container under the JNDI name that is specified in theContextServiceDefinition.name()
attribute.ContextServiceDefinition.List Enables multipleContextServiceDefinition
annotations on the same type.CronTrigger LastExecution Contains information about the last execution of a task.ManageableThread Interface to be implemented by the Jakarta™ EE product providers on threads that are created by callingThreadFactory.newThread(java.lang.Runnable)
.ManagedExecutorDefinition Defines aManagedExecutorService
to be registered in JNDI by the container under the JNDI name that is specified in theManagedExecutorDefinition.name()
attribute.ManagedExecutorDefinition.List Enables multipleManagedExecutorDefinition
annotations on the same type.ManagedExecutors Utility methods for classes defined in this package.ManagedExecutorService A manageable version of aExecutorService
.ManagedScheduledExecutorDefinition Defines aManagedScheduledExecutorService
to be registered in JNDI by the container under the JNDI name that is specified in theManagedScheduledExecutorDefinition.name()
attribute.ManagedScheduledExecutorDefinition.List Enables multipleManagedScheduledExecutorDefinition
annotations on the same type.ManagedScheduledExecutorService A manageable version of aScheduledExecutorService
.ManagedTask 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.ManagedTaskListener A ManagedTaskListener is used to monitor the state of a task's Future.ManagedThreadFactory A manageable version of aThreadFactory
.ManagedThreadFactoryDefinition Defines aManagedThreadFactory
to be registered in JNDI by the container under the JNDI name that is specified in theManagedThreadFactoryDefinition.name()
attribute.ManagedThreadFactoryDefinition.List Enables multipleManagedThreadFactoryDefinition
annotations on the same type.SkippedException Exception indicating that the result of a value-producing task cannot be retrieved because the task run was skipped.ThreadContextProvider Third party providers of thread context implement this interface to participate in thread context capture and propagation.ThreadContextRestorer Restores the prior context on a thread after a contextual task or action completes.ThreadContextSnapshot An immutable snapshot of a particular type of thread context.Trigger Triggers allow application developers to plug in rules for when and how often a task should run.ZonedTrigger Triggers allow application developers to plug in rules for when and how often a task should run.