public class ResinThreadPoolExecutor
extends java.lang.Object
implements java.util.concurrent.Executor
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Runnable task) |
static ResinThreadPoolExecutor |
getThreadPool() |
void |
stopEnvironment(java.lang.ClassLoader env)
Resets the thread pool, letting old threads drain.
|
java.lang.String |
toString() |
public static ResinThreadPoolExecutor getThreadPool()
public void execute(java.lang.Runnable task)
execute in interface java.util.concurrent.Executorpublic void stopEnvironment(java.lang.ClassLoader env)
public java.lang.String toString()
toString in class java.lang.Object