public class JiffleExecutorResult extends Object
JiffleExecutor
to send the results of a task to
JiffleEventListener
s.Constructor and Description |
---|
JiffleExecutorResult(int taskID,
JiffleDirectRuntime runtime,
boolean completed)
Creates a new result object.
|
Modifier and Type | Method and Description |
---|---|
Map<String,RenderedImage> |
getImages()
Gets source and/or destination images that were used.
|
JiffleDirectRuntime |
getRuntime()
Gets the
Jiffle object |
int |
getTaskID()
Gets the task ID assigned by the executor.
|
boolean |
isCompleted()
Gets the completion status of the task.
|
public JiffleExecutorResult(int taskID, JiffleDirectRuntime runtime, boolean completed)
taskID
- the task ID assigned by the executorruntime
- the run-time instancecompleted
- whether the task was completed successfullypublic Map<String,RenderedImage> getImages()
public JiffleDirectRuntime getRuntime()
Jiffle
objectJiffle
objectpublic int getTaskID()
public boolean isCompleted()
true
if the task was completed; false
otherwiseCopyright © 2006–2018 GeoSolutions. All rights reserved.