| Package | Description |
|---|---|
| org.jboss.threads |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DelegatingWrappingExecutor |
| Modifier and Type | Field and Description |
|---|---|
private WrappingExecutor |
DelegatingWrappedExecutor.delegate |
| Modifier and Type | Method and Description |
|---|---|
static WrappingExecutor |
JBossExecutors.wrappingExecutor(java.util.concurrent.Executor delegate)
Create a wrapping executor for a delegate executor which creates an
JBossExecutors.executorTask(DirectExecutor, Runnable) for
each task. |
| Modifier and Type | Method and Description |
|---|---|
static java.util.concurrent.Executor |
JBossExecutors.executor(WrappingExecutor delegate,
DirectExecutor taskWrapper)
An executor which delegates to a wrapping executor, wrapping each task in a task wrapper.
|
| Constructor and Description |
|---|
DelegatingWrappedExecutor(WrappingExecutor delegate,
DirectExecutor taskWrapper) |