public class JiffleExecutorTask extends Object implements Callable<JiffleExecutorResult>
JiffleExecutor
.Constructor and Description |
---|
JiffleExecutorTask(JiffleExecutor executor,
int id,
JiffleDirectRuntime runtime,
JiffleProgressListener progressListener)
Creates a new task.
|
Modifier and Type | Method and Description |
---|---|
JiffleExecutorResult |
call()
Called by the system to execute this task on a thread provided by the
JiffleExecutor . |
public JiffleExecutorTask(JiffleExecutor executor, int id, JiffleDirectRuntime runtime, JiffleProgressListener progressListener)
images
must correspond to those known by the runtime object.executor
- the JiffleExecutor
running this taskid
- job ID allocated by the JiffleExecutor
.runtime
- the JiffleDirectRuntime
instanceprogressListener
- public JiffleExecutorResult call()
JiffleExecutor
.call
in interface Callable<JiffleExecutorResult>
Jiffle
object,
the images, and the job completion statusCopyright © 2006–2018 GeoSolutions. All rights reserved.