| Package | Description |
|---|---|
| org.jboss.threads |
| Modifier and Type | Method and Description |
|---|---|
static WrappingExecutor |
JBossExecutors.wrappingExecutor(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 Executor |
JBossExecutors.executor(WrappingExecutor delegate,
DirectExecutor taskWrapper)
An executor which delegates to a wrapping executor, wrapping each task in a task wrapper.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.