Uses of Class
adams.multiprocess.JobResult
-
Packages that use JobResult Package Description adams.event adams.multiprocess -
-
Uses of JobResult in adams.event
Fields in adams.event declared as JobResult Modifier and Type Field Description protected JobResult
JobCompleteEvent. m_Result
the result of the job.Methods in adams.event that return JobResult Modifier and Type Method Description JobResult
JobCompleteEvent. getResult()
Returns the result of the job.Constructors in adams.event with parameters of type JobResult Constructor Description JobCompleteEvent(Object source, Job job, JobResult result)
Initializes the event.JobCompleteEvent(Object source, Job job, JobResult result, Object payload)
Initializes the event with an additional payload object. -
Uses of JobResult in adams.multiprocess
Methods in adams.multiprocess that return JobResult Modifier and Type Method Description JobResult
AbstractJob. execute()
Override to do computation.JobResult
Job. execute()
Override to do computation.Methods in adams.multiprocess with parameters of type JobResult Modifier and Type Method Description void
JobRunner. complete(T j, JobResult jr)
Job is complete, so check for more to add..void
LocalJobRunner. complete(T j, JobResult jr)
Job is complete, so check for more to add..void
RemoteCommandJobRunner. complete(Job j, JobResult jr)
Ignored.void
ScpJobRunner. complete(Job j, JobResult jr)
Ignored.void
ScpJobRunner.RemoteJobRunner. complete(Job j, JobResult jr)
Ignored.void
SerializingJobRunner. complete(Job j, JobResult jr)
Ignored.void
AbstractJob. jobCompleted(Job j, JobResult jr)
Called once a job has completed execution.void
Job. jobCompleted(Job j, JobResult jr)
Called once a job has completed execution.
-