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()
IExecution
waitForCompletion
in interface IExecution
public boolean progress()
IExecution
progress
in interface IExecution
public void close()
IExecution
close
in interface IExecution
public void stop()
IExecution
stop
in interface IExecution