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 launchedjobParameters
- parameters to run the job with
-
-
Method Details
-
getJob
- Returns:
- the
Job
to be executed
-
getJobParameters
- Returns:
- the
JobParameters
for this request
-
toString
-