public class UnterminatableExecutor
extends java.lang.Object
implements java.util.concurrent.Executor
Executor by wrapping the Executor.| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.Executor |
executor |
| Constructor and Description |
|---|
UnterminatableExecutor(java.util.concurrent.Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Runnable command) |