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, run
private final java.util.concurrent.Callable<V> callable
TrustedFutureInterruptibleTask(java.util.concurrent.Callable<V> callable)
void runInterruptibly()
runInterruptibly
in class InterruptibleTask
boolean wasInterrupted()
wasInterrupted
in class InterruptibleTask
public java.lang.String toString()
toString
in class java.lang.Object