| Package | Description |
|---|---|
| org.jboss.threads |
| Modifier and Type | Class and Description |
|---|---|
class |
JBossThreadPoolExecutor |
class |
OrderedExecutor
An executor that always runs all tasks in queue order, using a delegate executor to run the tasks.
|
class |
QueueExecutor
An executor which uses a regular queue to hold tasks.
|
class |
QueuelessExecutor
A queueless thread pool.
|
| Modifier and Type | Method and Description |
|---|---|
static BlockingExecutorService |
JBossExecutors.protectedBlockingExecutorService(BlockingExecutor target)
Wrap a blocking executor with an
BlockingExecutorService instance which supports all the features of
BlockingExecutorService except for shutting down the executor. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.