|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.impl.internal.executor.ExecutorUtil
public class ExecutorUtil
| Constructor Summary | |
|---|---|
ExecutorUtil()
|
|
| Method Summary | ||
|---|---|---|
static void |
shutdown(java.util.concurrent.ExecutorService executor)
|
|
static void |
shutdownNow(java.util.concurrent.ExecutorService executor)
|
|
static
|
waitFor(java.util.concurrent.Future<T> future)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutorUtil()
| Method Detail |
|---|
public static void shutdown(java.util.concurrent.ExecutorService executor)
public static void shutdownNow(java.util.concurrent.ExecutorService executor)
public static <T> T waitFor(java.util.concurrent.Future<T> future)
throws java.util.concurrent.ExecutionException
java.util.concurrent.ExecutionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||