|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirectExecutorService | |
---|---|
org.jboss.threads |
Uses of DirectExecutorService in org.jboss.threads |
---|
Classes in org.jboss.threads that implement DirectExecutorService | |
---|---|
class |
ProtectedDirectExecutorService
A DirectExecutor version of ProtectedExecutorService . |
Methods in org.jboss.threads that return DirectExecutorService | |
---|---|
static DirectExecutorService |
JBossExecutors.directExecutorService()
Get the direct executor service. |
static DirectExecutorService |
JBossExecutors.discardingExecutorService()
Get the discarding executor service. |
static DirectExecutorService |
JBossExecutors.protectedDirectExecutorService(DirectExecutor target)
Wrap a direct executor with an DirectExecutorService instance which supports all the features of ExecutorService
except for shutting down the executor. |
static DirectExecutorService |
JBossExecutors.rejectingExecutorService()
Get the rejecting executor service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |