Class JobRequest


  • public class JobRequest
    extends java.lang.Object
    Author:
    Daniel Bernstein Date: Jul 23, 2014
    • Constructor Summary

      Constructors 
      Constructor Description
      JobRequest​(org.springframework.batch.core.Job job, org.springframework.batch.core.JobParameters jobParameters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.batch.core.Job getJob()  
      org.springframework.batch.core.JobParameters getJobParameters()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JobRequest

        public JobRequest​(org.springframework.batch.core.Job job,
                          org.springframework.batch.core.JobParameters jobParameters)
        Parameters:
        job -
        jobParameters -
    • Method Detail

      • getJob

        public org.springframework.batch.core.Job getJob()
        Returns:
        the job
      • getJobParameters

        public org.springframework.batch.core.JobParameters getJobParameters()
        Returns:
        the jobParameters