public class ThreadPoolFactory
extends java.lang.Object
| Constructor and Description |
|---|
ThreadPoolFactory() |
| Modifier and Type | Method and Description |
|---|---|
static DwThreadPoolExecutor |
newCachedThreadPool(java.lang.String threadLabel) |
static DwThreadPoolExecutor |
newFixedThreadPool(int nThreads,
java.lang.String threadLabel) |
static DwThreadPoolExecutor |
newSingleThreadExecutor(java.lang.String threadLabel) |
public static DwThreadPoolExecutor newFixedThreadPool(int nThreads, java.lang.String threadLabel)
public static DwThreadPoolExecutor newCachedThreadPool(java.lang.String threadLabel)
public static DwThreadPoolExecutor newSingleThreadExecutor(java.lang.String threadLabel)