public class ExecutorUtil extends Object
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Constructor and Description |
---|
ExecutorUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
shutdownAndAwaitTermination(ExecutorService pool) |
static void |
shutdownNowAndAwaitTermination(ExecutorService pool) |
public static void shutdownNowAndAwaitTermination(ExecutorService pool)
public static void shutdownAndAwaitTermination(ExecutorService pool)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.