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
InterruptedException
void waitForCompletion(int timeout) throws InterruptedException
InterruptedException