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