Class JobLaunchRequest
java.lang.Object
org.springframework.batch.integration.launch.JobLaunchRequest
Encapsulation of a 
Job and its JobParameters forming a request for a
 job to be launched.- Author:
- Dave Syer
- 
Constructor Details- 
JobLaunchRequest- Parameters:
- job- job to be launched
- jobParameters- parameters to run the job with
 
 
- 
- 
Method Details- 
getJob- Returns:
- the Jobto be executed
 
- 
getJobParameters- Returns:
- the JobParametersfor this request
 
- 
toString
 
-