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 registered in JNDI by the container under the JNDI name that is specified in theContextServiceDefinition.name()
attribute.CronTrigger LastExecution Contains information about the last execution of a task.ManagedExecutorDefinition Defines aManagedExecutorService
to be registered in JNDI by the container under the JNDI name that is specified in theManagedExecutorDefinition.name()
attribute.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.ManagedTaskListener A ManagedTaskListener is used to monitor the state of a task's Future.ManagedThreadFactoryDefinition Defines aManagedThreadFactory
to be registered in JNDI by the container under the JNDI name that is specified in theManagedThreadFactoryDefinition.name()
attribute.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.