|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentFutureException | |
|---|---|
| cz.cuni.amis.pogamut.base.utils.future | |
| Uses of ComponentFutureException in cz.cuni.amis.pogamut.base.utils.future |
|---|
| Methods in cz.cuni.amis.pogamut.base.utils.future that throw ComponentFutureException | |
|---|---|
RESULT |
ComponentFuture.get()
Blocks until the future is computed and then returns the result of the computation. |
RESULT |
ComponentFuture.get(long timeout,
TimeUnit unit)
Blocks until the future is computed (or timeout) and then returns the result of the computation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||