public interface LongRunningOperation
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getError() |
boolean |
isComplete() |
void |
waitForCompletion() |
void |
waitForCompletion(int timeout) |
boolean isComplete()
Throwable getError()
void waitForCompletion()
throws InterruptedException
InterruptedExceptionvoid waitForCompletion(int timeout)
throws InterruptedException
InterruptedException