Package | Description |
---|---|
org.jboss.threads |
Modifier and Type | Class and Description |
---|---|
class |
JBossThreadPoolExecutor
Deprecated.
Use
EnhancedQueueExecutor instead. |
class |
OrderedExecutor
An executor that always runs all tasks in queue order, using a delegate executor to run the tasks.
|
class |
QueueExecutor
Deprecated.
Use
EnhancedQueueExecutor instead. |
class |
QueuelessExecutor
Deprecated.
Use
EnhancedQueueExecutor instead. |
Modifier and Type | Method and Description |
---|---|
static BlockingExecutorService |
JBossExecutors.protectedBlockingExecutorService(BlockingExecutor target)
Deprecated.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.