|
JBoss Threads 2.0.0.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockingExecutorService | |
---|---|
org.jboss.threads |
Uses of BlockingExecutorService in org.jboss.threads |
---|
Classes in org.jboss.threads that implement BlockingExecutorService | |
---|---|
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. |
Methods in org.jboss.threads that return BlockingExecutorService | |
---|---|
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. |
|
JBoss Threads 2.0.0.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |