|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--Result
Result is the data structure which contains the returned result(s) of a task execution.
| Field Summary | |
long |
argumentPosition
When the results are intermediate, this field specifies which input argument (of the destination task) must be set. |
Sequence |
computedBy
This field keeps track of the task that produced the results. |
TaskInfo |
destinationTaskInfo
When the results are not final, this field keeps information about the destination task, i.e. |
long |
jobId
The Id of the current job |
java.lang.Object |
results
The actual results are stored here. |
| Constructor Summary | |
Result(Result copyResult)
Use this constructor when you want to replicate a "result" object. |
|
Result(TaskInfo taskInfo,
Sequence computedBy,
long argPos,
java.lang.Object result)
Use this constructor when you want to create a Result object form scratch |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public long argumentPosition
public Sequence computedBy
public TaskInfo destinationTaskInfo
public long jobId
public java.lang.Object results
| Constructor Detail |
public Result(TaskInfo taskInfo,
Sequence computedBy,
long argPos,
java.lang.Object result)
public Result(Result copyResult)
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||