public class ExecutorServiceUtil extends Object
ExecutorService.| Constructor and Description |
|---|
ExecutorServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorService |
newExecutorService()
Creates an executor service suitable for use by logback components.
|
static void |
shutdown(ExecutorService executorService)
Shuts down an executor service.
|
public static ExecutorService newExecutorService()
public static void shutdown(ExecutorService executorService)
executorService - the executor service to shut downCopyright © 2005–2014 QOS.ch. All rights reserved.