Uses of Interface
org.jboss.as.ee.concurrent.ManagedExecutorWithHungThreads
Packages that use ManagedExecutorWithHungThreads
-
Uses of ManagedExecutorWithHungThreads in org.jboss.as.ee.concurrent
Classes in org.jboss.as.ee.concurrent that implement ManagedExecutorWithHungThreadsModifier and TypeClassDescriptionclassclassWildFly'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 ManagedExecutorWithHungThreadsModifier and TypeMethodDescriptionManagedExecutorHungTasksPeriodicTerminationService.startHungTaskPeriodicTermination(ManagedExecutorWithHungThreads executor, long hungTaskTerminationPeriod) Starts the periodic hang task termination for the specified executor.