Class ExecutionFuture

java.lang.Object
nz.org.riskscape.engine.sched.ExecutionFuture
All Implemented Interfaces:
Future<nz.org.riskscape.engine.pipeline.ExecutionResult>

public class ExecutionFuture extends Object implements Future<nz.org.riskscape.engine.pipeline.ExecutionResult>

Used as a Future for jobs queued up on the Scheduler. Also has some job management code for use by the Scheduler (hence the package scope on some methods)