0.10.8-alpha
|
A Future object indicating that the computation is completed. More...
Public Member Functions | |
FutureDone (T value) | |
boolean | cancel (boolean arg0) |
T | get () throws InterruptedException, ExecutionException |
T | get (long arg0, TimeUnit arg1) throws InterruptedException, ExecutionException, TimeoutException |
boolean | isCancelled () |
boolean | isDone () |
A Future object indicating that the computation is completed.
<T> | The type of the value returned by the computation |
Definition at line 31 of file FutureDone.java.
ca.uqac.lif.cep.FutureDone< T >.FutureDone | ( | T | value | ) |
Definition at line 35 of file FutureDone.java.
boolean ca.uqac.lif.cep.FutureDone< T >.cancel | ( | boolean | arg0 | ) |
Definition at line 42 of file FutureDone.java.
T ca.uqac.lif.cep.FutureDone< T >.get | ( | ) | throws InterruptedException, ExecutionException |
Definition at line 48 of file FutureDone.java.
T ca.uqac.lif.cep.FutureDone< T >.get | ( | long | arg0, |
TimeUnit | arg1 | ||
) | throws InterruptedException, ExecutionException, TimeoutException |
Definition at line 54 of file FutureDone.java.
boolean ca.uqac.lif.cep.FutureDone< T >.isCancelled | ( | ) |
Definition at line 61 of file FutureDone.java.
boolean ca.uqac.lif.cep.FutureDone< T >.isDone | ( | ) |
Definition at line 67 of file FutureDone.java.