Uses of Package
jakarta.enterprise.concurrent
-
Packages that use jakarta.enterprise.concurrent Package Description jakarta.enterprise.concurrent Classes and interfaces that make up the Jakarta Concurrency specification. -
Classes in jakarta.enterprise.concurrent used by jakarta.enterprise.concurrent Class Description ContextService The ContextService provides methods for creating dynamic proxy objects (as defined byjava.lang.reflect.Proxy).ContextServiceDefinition Defines aContextServiceto be injected intoContextServiceinjection points including any requiredQualifierannotations specified byContextServiceDefinition.qualifiers()and registered in JNDI by the container under the JNDI name that is specified in theContextServiceDefinition.name()attribute.CronTrigger Cron-basedTriggerimplementation, which supports 5 or 6 fields delimited by a single space character, plus aZoneId.LastExecution Contains information about the last execution of a task.ManagedExecutorDefinition Defines aManagedExecutorServiceto be injected intoManagedExecutorServiceinjection points including any requiredQualifierannotations specified byManagedExecutorDefinition.qualifiers()and registered in JNDI by the container under the JNDI name that is specified in theManagedExecutorDefinition.name()attribute.ManagedExecutors.Adapter ManagedExecutorService A manageable version of aExecutorService.ManagedScheduledExecutorDefinition Defines aManagedScheduledExecutorServiceto be injected intoManagedScheduledExecutorServiceinjection points including any requiredQualifierannotations specified byManagedScheduledExecutorDefinition.qualifiers()and registered in JNDI by the container under the JNDI name that is specified in theManagedScheduledExecutorDefinition.name()attribute.ManagedTask A task submitted to anManagedExecutorServiceorManagedScheduledExecutorServicecan optionally implement this interface to provide identifying information about the task, to provide aManagedTaskListenerto 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.ManagedThreadFactoryDefinition DefinesManagedThreadFactoryinstances to be injected intoManagedThreadFactoryinjection points including any requiredQualifierannotations specified byManagedThreadFactoryDefinition.qualifiers()and registered in JNDI by the container under the JNDI name that is specified in theManagedThreadFactoryDefinition.name()attribute.Schedule Defines schedules forscheduled asynchronous methods.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.