Package org.jboss.as.ee.concurrent
Interface WildFlyManagedExecutorService
- All Superinterfaces:
Executor,ExecutorService,jakarta.enterprise.concurrent.ManagedExecutorService
- All Known Subinterfaces:
WildFlyManagedScheduledExecutorService
public interface WildFlyManagedExecutorService
extends jakarta.enterprise.concurrent.ManagedExecutorService
- Author:
- Eduardo Martins
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidAttempts to terminate the executor's hung tasks, by cancelling such tasks.Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submitMethods inherited from interface jakarta.enterprise.concurrent.ManagedExecutorService
completedFuture, completedStage, copy, copy, failedFuture, failedStage, getContextService, newIncompleteFuture, runAsync, supplyAsync
-
Method Details
-
getWildFlyManagedThreadFactory
WildFlyManagedThreadFactory getWildFlyManagedThreadFactory() -
terminateHungTasks
void terminateHungTasks()Attempts to terminate the executor's hung tasks, by cancelling such tasks. -
getRuntimeStats
ManagedExecutorRuntimeStats getRuntimeStats()
-