+

Search Tips   |   Advanced Search

Migrate concurrency

With the Concurrency Utilities for Java EE programming model, 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

  • Concurrency
  • Administer concurrency
  • Developing concurrency