| Package | Description |
|---|---|
| org.jboss.threads |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static DirectExecutorService |
JBossExecutors.rejectingExecutorService(String message)
Get the rejecting executor service.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.