|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface FutureExecution
Method Summary | |
---|---|
K
|
get(java.lang.Object timeout)
Convenient call which allow a timeout of different types (long, String, Timespan...) |
long
|
getCompletionTime()
when the execution completes |
long
|
getFutureExecutionTime()
when the execution should start (0 means start now) |
java.lang.String
|
getId()
Unique id of the execution |
long
|
getStartTime()
when the execution started |
Method Detail |
---|
K get(java.lang.Object timeout)
long getCompletionTime()
long getFutureExecutionTime()
java.lang.String getId()
long getStartTime()
Groovy Documentation