public class DefaultAsyncExecutorFactory extends Object implements ExecutorFactory
ExecutorFactory based on an ThreadPoolExecutor.| Modifier and Type | Field and Description |
|---|---|
static AtomicInteger |
counter |
static String |
THREAD_NAME |
| Constructor and Description |
|---|
DefaultAsyncExecutorFactory() |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
getExecutor(Properties p) |
public static final String THREAD_NAME
public static final AtomicInteger counter
public ExecutorService getExecutor(Properties p)
getExecutor in interface ExecutorFactoryCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.