public class ExecutorWrapper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.ExecutorService |
executor |
| Constructor and Description |
|---|
ExecutorWrapper(int threads,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
queueRunnable(java.lang.Runnable runnable) |
void |
shutdown() |