Uses of Class
adams.multiprocess.JobList
-
Packages that use JobList Package Description adams.event adams.multiprocess -
-
Uses of JobList in adams.event
Methods in adams.event that return JobList Modifier and Type Method Description JobList
JobListCompleteEvent. getQueue()
Returns the queue that finished all its jobs. -
Uses of JobList in adams.multiprocess
Methods in adams.multiprocess with parameters of type JobList Modifier and Type Method Description void
AbstractMetaJobRunner. add(JobList jobs)
Adds the jobs to the execution queue.void
JobRunner. add(JobList<T> jobs)
Adds the jobs to the execution queue.void
LocalJobRunner. add(JobList<T> jobs)
Adds the jobs to the execution queue.
-