Registry / utility / javax-enterprise-concurrent-api

javax-enterprise-concurrent-api

JSON →
library1.1javamavenunverified

JSR 236: Concurrency Utilities for Java EE provides APIs for managing concurrent tasks in enterprise applications.

<dependency> <groupId>javax.enterprise.concurrent</groupId> <artifactId>javax.enterprise.concurrent-api</artifactId> <version>1.1</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-ENTERPRISE-C
J
javax-enterprise-concurrent-api
utilityjavav1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ManagedExecutorService
javax.enterprise.concurrent.ManagedExecutorService

Submits a task to a managed executor service.

import javax.enterprise.concurrent.ManagedExecutorService; import javax.naming.InitialContext; public class Example { public static void main(String[] args) throws Exception { ManagedExecutorService executor = (ManagedExecutorService) new InitialContext().lookup("java:comp/DefaultManagedExecutorService"); executor.submit(() -> System.out.println("Task executed")); } }
Debug
Known issues
breakingThis API is part of Java EE; it may not be available in Jakarta EE 9+ without migration.
fix
Use the Jakarta EE equivalent (jakarta.enterprise.concurrent) for newer versions.
affects: >=1.1
Upgrade
Version history
1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
javax-enterprise-concurrent-api — mvn dependency:get javax-enterprise-concurrent-api · libregistry