Griffon 1.2.0

org.codehaus.griffon.runtime.util
[Java] Class ExecutorServiceHolder

java.lang.Object
  org.codehaus.griffon.runtime.util.ExecutorServiceHolder

public class ExecutorServiceHolder

Authors:
Andres Almiray
Since:
1.2.0


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

EXECUTOR_SERVICE_CACHE

private static final Set EXECUTOR_SERVICE_CACHE


 
Constructor Detail

ExecutorServiceHolder

ExecutorServiceHolder()


 
Method Detail

add

public static ExecutorService add(ExecutorService executorService)


remove

public static ExecutorService remove(ExecutorService executorService)


shutdownAll

public static void shutdownAll()


 

Groovy Documentation