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 JobListJobListCompleteEvent. 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 voidAbstractMetaJobRunner. add(JobList jobs)Adds the jobs to the execution queue.voidJobRunner. add(JobList<T> jobs)Adds the jobs to the execution queue.voidLocalJobRunner. add(JobList<T> jobs)Adds the jobs to the execution queue.
-