private final class TrustedListenableFutureTask.TrustedFutureInterruptibleTask extends InterruptibleTask
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.Callable<V> |
callable |
| Constructor and Description |
|---|
TrustedFutureInterruptibleTask(java.util.concurrent.Callable<V> callable) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
runInterruptibly() |
java.lang.String |
toString() |
(package private) boolean |
wasInterrupted() |
interruptTask, runprivate final java.util.concurrent.Callable<V> callable
TrustedFutureInterruptibleTask(java.util.concurrent.Callable<V> callable)
void runInterruptibly()
runInterruptibly in class InterruptibleTaskboolean wasInterrupted()
wasInterrupted in class InterruptibleTaskpublic java.lang.String toString()
toString in class java.lang.Object