|
Griffon 1.2.0 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.griffon.runtime.util.ExecutorServiceHolder
public class ExecutorServiceHolder
| Field Summary | |
|---|---|
private static Set |
EXECUTOR_SERVICE_CACHE
|
| Constructor Summary | |
ExecutorServiceHolder()
|
|
| Method Summary | |
|---|---|
static ExecutorService
|
add(ExecutorService executorService)
|
static ExecutorService
|
remove(ExecutorService executorService)
|
static void
|
shutdownAll()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final Set EXECUTOR_SERVICE_CACHE
| Constructor Detail |
|---|
ExecutorServiceHolder()
| Method Detail |
|---|
public static ExecutorService add(ExecutorService executorService)
public static ExecutorService remove(ExecutorService executorService)
public static void shutdownAll()
Groovy Documentation