public class FProxyFetchWaiter
extends java.lang.Object
Constructor and Description |
---|
FProxyFetchWaiter(FProxyFetchInProgress progress2) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
FProxyFetchInProgress |
getProgress() |
FProxyFetchResult |
getResult() |
FProxyFetchResult |
getResult(boolean waitForever) |
FProxyFetchResult |
getResultFast()
Returns the result, without waiting
|
boolean |
hasWaited() |
void |
wakeUp(boolean fin) |
public FProxyFetchWaiter(FProxyFetchInProgress progress2)
public FProxyFetchResult getResult()
public FProxyFetchResult getResult(boolean waitForever)
public FProxyFetchResult getResultFast()
public FProxyFetchInProgress getProgress()
public void close()
public void wakeUp(boolean fin)
public boolean hasWaited()