|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.execution.core.task.ProgressiveTask.Synchronicity
A type-safe enumeration used to specify the synchronicity of the task when executed. For the execute method to block use SYNCHRONOUS, for the execute method to not block use ASYNCHRONOUS.
| Field Summary | |
|---|---|
static ProgressiveTask.Synchronicity |
ASYNCHRONOUS
The task will be executed without blocking at the execute method |
static ProgressiveTask.Synchronicity |
SYNCHRONOUS
The calling thread will be blocked when invoking the execute method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final ProgressiveTask.Synchronicity ASYNCHRONOUS
public static final ProgressiveTask.Synchronicity SYNCHRONOUS
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||