Uses of Interface
org.jboss.as.ee.concurrent.ManagedExecutorWithHungThreads
-
Packages that use ManagedExecutorWithHungThreads Package Description org.jboss.as.ee.concurrent org.jboss.as.ee.concurrent.service -
-
Uses of ManagedExecutorWithHungThreads in org.jboss.as.ee.concurrent
Classes in org.jboss.as.ee.concurrent that implement ManagedExecutorWithHungThreads Modifier and Type Class Description classManagedExecutorServiceImplclassManagedScheduledExecutorServiceImplWildFly's extension ofManagedScheduledExecutorServiceImpl. -
Uses of ManagedExecutorWithHungThreads in org.jboss.as.ee.concurrent.service
Methods in org.jboss.as.ee.concurrent.service with parameters of type ManagedExecutorWithHungThreads Modifier and Type Method Description FutureManagedExecutorHungTasksPeriodicTerminationService. startHungTaskPeriodicTermination(ManagedExecutorWithHungThreads executor, long hungTaskTerminationPeriod)Starts the periodic hang task termination for the specified executor.
-