class UninterruptibleExecutor
extends java.lang.Object
implements java.util.concurrent.Executor
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.Executor |
delegate |
| Constructor and Description |
|---|
UninterruptibleExecutor(java.util.concurrent.Executor delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Runnable command) |