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 JobResultJobCompleteEvent. m_Resultthe result of the job.Methods in adams.event that return JobResult Modifier and Type Method Description JobResultJobCompleteEvent. 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 JobResultAbstractJob. execute()Override to do computation.JobResultJob. execute()Override to do computation.Methods in adams.multiprocess with parameters of type JobResult Modifier and Type Method Description voidJobRunner. complete(T j, JobResult jr)Job is complete, so check for more to add..voidLocalJobRunner. complete(T j, JobResult jr)Job is complete, so check for more to add..voidRemoteCommandJobRunner. complete(Job j, JobResult jr)Ignored.voidScpJobRunner. complete(Job j, JobResult jr)Ignored.voidScpJobRunner.RemoteJobRunner. complete(Job j, JobResult jr)Ignored.voidSerializingJobRunner. complete(Job j, JobResult jr)Ignored.voidAbstractJob. jobCompleted(Job j, JobResult jr)Called once a job has completed execution.voidJob. jobCompleted(Job j, JobResult jr)Called once a job has completed execution.
-