java.lang.Object | |
↳ | com.ericsson.research.trap.utils.FutureImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Cancel the future task.
| |||||||||||
Cancel the future task.
| |||||||||||
Checks if the task has been cancelled.
| |||||||||||
Checks if the task has executed.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.ericsson.research.trap.utils.Future
|
Cancel the future task.
Cancel the future task.
mayInterruptIfRunning | true if the thread executing this task should be interrupted; otherwise, in-progress tasks are allowed to complete |
---|
Checks if the task has been cancelled.
Checks if the task has executed.