GNU Classpath (0.98) | |
Frames | No Frames |
Methods which throw type java.util.concurrent.ExecutionException | |
Executes the given tasks, returning the result
of one that has completed successfully (i.e., without throwing
an exception), if any do. | |
Executes the given tasks, returning the result
of one that has completed successfully (i.e., without throwing
an exception), if any do. | |
Executes the given tasks, returning the result
of one that has completed successfully (i.e., without throwing
an exception), if any do before the given timeout elapses.
| |
Executes the given tasks, returning the result
of one that has completed successfully (i.e., without throwing
an exception), if any do before the given timeout elapses.
| |
V | Waits if necessary for the computation to complete, and then
retrieves its result.
|
V | |
V | Waits if necessary for at most the given time for the computation
to complete, and then retrieves its result, if available.
|
V |
GNU Classpath (0.98) |