Package javax. enterprise. concurrent
See: Description
-
Interface Summary Interface Description ContextService The ContextService provides methods for creating dynamic proxy objects (as defined byjava.lang.reflect.Proxy
) with the addition of context typically associated with applications executing in a Java™ EE environment.LastExecution Contains information about the last execution of a task.ManageableThread Interface to be implemented by the Java™ EE product providers on threads that are created by callingThreadFactory.newThread(java.lang.Runnable)
.ManagedExecutorService A manageable version of aExecutorService
.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
.Trigger Triggers allow application developers to plug in rules for when and how often a task should run. -
Class Summary Class Description ManagedExecutors Utility methods for classes defined in this package. -
Exception Summary Exception 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.SkippedException Exception indicating that the result of a value-producing task cannot be retrieved because the task run was skipped.
Package javax.enterprise.concurrent Description
Document created the 11/06/2005, last modified the 18/08/2025
Source of the printed document:https://www.gaudry.be/en/java-api-javaee-rf-javax/enterprise/concurrent/package-summary.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
Manuel PHP : https://docs.oracle.com,
javax.enterprise.concurrent (Java(TM) EE 7 Specification APIs)
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author of this site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.