|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.jca.work.JcaResultProcessor
public class JcaResultProcessor
Instances of this class send tasks to a JPPF driver and collect the results.
| Constructor Summary | |
|---|---|
JcaResultProcessor(JPPFJcaClientConnection connection,
JPPFJob job)
Initialize this result processor with a specified list of tasks, data provider and result listener. |
|
| Method Summary | |
|---|---|
JPPFJob |
getJob()
Get all the data pertaining to the execution for this task. |
void |
release()
Stop this result processor. |
void |
run()
This method executes until all partial results have been received. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JcaResultProcessor(JPPFJcaClientConnection connection,
JPPFJob job)
connection - the client connection owning this results processor.job - the execution processed by this task.| Method Detail |
|---|
public void run()
run in interface RunnableRunnable.run()public JPPFJob getJob()
JPPFJob instance.public void release()
release in interface WorkWork.release()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||