+

Search Tips   |   Advanced Search

Concurrency

Concurrency Utilities for Java EE is an asynchronous programming model. With Concurrency Utilities for Java EE, we can submit or schedule tasks to run in parallel, create threads that inherit Java EE context, and transfer Java EE context to invocation of interfaces such as asynchronous callbacks.

Deprecated feature: Asynchronous beans and CommonJ Timer and WorkManager are deprecated asynchronous scheduling facilities that offer performance enhancements for resource-intensive tasks by enabling single tasks to run as multiple tasks. Concurrency Utilities for Java EE replaces these deprecated scheduling facilities.depfeat


Subtopics

Deprecated feature

Asynchronous beans and CommonJ Timer and WorkManager are deprecated asynchronous scheduling facilities that offer performance enhancements for resource-intensive tasks by enabling single tasks to run as multiple tasks. Concurrency Utilities for Java EE replaces these deprecated scheduling facilities. We can configure work managers to use this capability available in the Concurrency Utilities for Java EE 1.0 specification.

The administrative console navigation has changed from Resources > Asynchronous beans > Work managers to Resources > Concurrency > Work managers.

  • Migrate concurrency
  • Administer concurrency
  • Developing concurrency