public class ExecutorFactory
extends java.lang.Object
| Constructor and Description |
|---|
ExecutorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.concurrent.ExecutorService |
newCachedThreadPool(java.lang.String threadName) |
static java.util.concurrent.ExecutorService |
newFixedThreadPool(int threadCount,
java.lang.String threadName) |
static java.util.concurrent.ExecutorService |
newSingleThreadExecutor(java.lang.String threadName) |
static java.util.concurrent.ScheduledExecutorService |
newSingleThreadScheduledThreadExecutor(java.lang.String threadName) |
public static java.util.concurrent.ExecutorService newSingleThreadExecutor(java.lang.String threadName)
public static java.util.concurrent.ExecutorService newCachedThreadPool(java.lang.String threadName)
public static java.util.concurrent.ExecutorService newFixedThreadPool(int threadCount,
java.lang.String threadName)
public static java.util.concurrent.ScheduledExecutorService newSingleThreadScheduledThreadExecutor(java.lang.String threadName)