public class AppExecutorServiceFactory extends Object
限定符和类型 | 字段和说明 |
---|---|
protected static org.slf4j.Logger |
logger |
限定符和类型 | 方法和说明 |
---|---|
static Boolean |
add(ExecutorService service) |
static Boolean |
addExecutorCommand(AppExecutorService cmd) |
List<AppExecutorService> |
getCommandList() |
static AppExecutorServiceFactory |
getInstance() |
List<ExecutorService> |
getThreadPoolList() |
static Boolean |
remove(ExecutorService service) |
static Boolean |
removeExecutorCommand(AppExecutorService cmd) |
static void |
shutdown() |
public static Boolean add(ExecutorService service)
public static Boolean addExecutorCommand(AppExecutorService cmd)
public static AppExecutorServiceFactory getInstance()
public static Boolean remove(ExecutorService service)
public static Boolean removeExecutorCommand(AppExecutorService cmd)
public static void shutdown()
public List<AppExecutorService> getCommandList()
public List<ExecutorService> getThreadPoolList()
Copyright © 2015 jiucai.org. All rights reserved.