public class NullExecutor extends java.lang.Object implements IExecution
| Constructor and Description |
|---|
NullExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Cleanup the execution
|
boolean |
progress()
Progress the computation
|
void |
stop()
Stop a particular execution
|
boolean |
waitForCompletion()
Wait for execution to complete
|
public boolean waitForCompletion()
IExecutionwaitForCompletion in interface IExecutionpublic boolean progress()
IExecutionprogress in interface IExecutionpublic void close()
IExecutionclose in interface IExecutionpublic void stop()
IExecutionstop in interface IExecution