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
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
21/08/2025 15:07:55 Cette version de la page est en cache (à la date du 21/08/2025 15:07:55) afin d'accélérer le traitement.Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la version plus récente de la page.
Document créé le 11/06/2005, dernière modification le 18/08/2025
Source du document imprimé : https://www.gaudry.be/java-api-javaee-rf-javax/enterprise/concurrent/package-summary.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Manuel PHP : https://docs.oracle.com,
javax.enterprise.concurrent (Java(TM) EE 7 Specification APIs)
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.