Hello,
I am using JPPF API to optimize an application executing multiple tasks.
Actually I am using the method "jppfJob.getSLA().setBroadcastJob(true)" since I need to execute a job on all the nodes present in the grid.
At the same time, I need a result from this job, precisely I need to know whether the execution is completed or not (in other words I need to know the state of the execution), nut since the broadcast job didn't return anything I don't know what to do to solve this problem. I need your help to know if there is a solution to implement in order to get result from this job.
Waiting for your interaction, have a nice day!
hoho23.