|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaitools.jiffle.runtime.JiffleExecutorResult
public class JiffleExecutorResult
Used by JiffleExecutor to send the results of a task to
JiffleEventListeners.
| Constructor Summary | |
|---|---|
JiffleExecutorResult(int taskID,
Jiffle jiffle,
Map<String,RenderedImage> images,
boolean completed)
Creates a new result object. |
|
| Method Summary | |
|---|---|
Map<String,RenderedImage> |
getImages()
Gets source and/or destination images that were used. |
Jiffle |
getJiffle()
Gets the Jiffle object |
int |
getTaskID()
Gets the task ID assigned by the executor. |
boolean |
isCompleted()
Gets the completion status of the task. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JiffleExecutorResult(int taskID,
Jiffle jiffle,
Map<String,RenderedImage> images,
boolean completed)
taskID - the task ID assigned by the executorjiffle - the input Jiffle objectimages - source and destination images keyed by script variable namecompleted - whether the task was completed successfully| Method Detail |
|---|
public Map<String,RenderedImage> getImages()
public Jiffle getJiffle()
Jiffle object
Jiffle objectpublic int getTaskID()
public boolean isCompleted()
true if the task was completed; false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||