| Class | Description |
|---|---|
| AbstractThreadPoolExecutorFactory<T extends ExecutorService> |
Abstract
ThreadPoolExecutorFactory that contains commons variables for configuring a thread pool |
| BlockingThreadFactory | |
| CoreExecutorFactory |
Static factory class for producing executor factories in the core module
|
| DefaultThreadFactory |
Thread factory based on JBoss Thread's JBossThreadFactory.
|
| EnhancedQueueExecutorFactory |
Executor Factory used for blocking executors which utilizes
EnhancedQueueExecutor internally. |
| NonBlockingThreadFactory | |
| NonBlockingThreadPoolExecutorFactory |
Executor Factory used for non blocking executors which utilizes
ThreadPoolExecutor internally. |
| ThreadNameInfo |
Copyright © 2021 JBoss by Red Hat. All rights reserved.