public class ManagedExecutor extends Object
Modifier and Type | Field and Description |
---|---|
static List<ExecutorService> |
EXECUTOR_SERVICES |
Constructor and Description |
---|
ManagedExecutor() |
Modifier and Type | Method and Description |
---|---|
static ExecutorService |
newSingleThreadExecutor(ThreadFactory threadFactory) |
public static final List<ExecutorService> EXECUTOR_SERVICES
public static ExecutorService newSingleThreadExecutor(ThreadFactory threadFactory)
Copyright © 2013. All Rights Reserved.