Package org.jboss.threads
-
Interface Summary Interface Description ExtendedLock InterruptHandler A thread interrupt handler. -
Class Summary Class Description EnhancedQueueExecutor A task-or-thread queue backed thread pool executor service.EnhancedQueueExecutor.Builder The builder class for anEnhancedQueueExecutor.JBossExecutors JBoss thread- and executor-related utility and factory methods.JBossScheduledThreadPoolExecutor JBossThread A JBoss thread.JBossThreadFactory A factory forJBossThreadinstances.Locks A utility class to createLockobjects.ManagedThreadPoolExecutor A version ofThreadPoolExecutorwhich implementsManageableThreadPoolExecutorServicein order to allow opting out of usingEnhancedQueueExecutor.Messages_$logger Warning this class consists of generated code.SpinLock A spin lock.Version -
Exception Summary Exception Description StoppedExecutorException Thrown when a task is submitted to an executor which is in the process of, or has completed shutting down.