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 aContextService
to be injected intoContextService
injection points including any requiredQualifier
annotations specified byContextServiceDefinition.qualifiers()
and registered in JNDI by the container under the JNDI name that is specified in theContextServiceDefinition.name()
attribute.CronTrigger Cron-basedTrigger
implementation, 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 aManagedExecutorService
to be injected intoManagedExecutorService
injection points including any requiredQualifier
annotations 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 aManagedScheduledExecutorService
to be injected intoManagedScheduledExecutorService
injection points including any requiredQualifier
annotations 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 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.ManagedThreadFactoryDefinition DefinesManagedThreadFactory
instances to be injected intoManagedThreadFactory
injection points including any requiredQualifier
annotations 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.