org.springframework.batch.integration.launch
Class JobLaunchRequest
java.lang.Object
org.springframework.batch.integration.launch.JobLaunchRequest
public class JobLaunchRequest
- extends Object
Encapsulation of a Job
and its JobParameters
forming a
request for a job to be launched.
- Author:
- Dave Syer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobLaunchRequest
public JobLaunchRequest(Job job,
JobParameters jobParameters)
- Parameters:
job
- jobParameters
-
getJob
public Job getJob()
- Returns:
- the
Job
to be executed
getJobParameters
public JobParameters getJobParameters()
- Returns:
- the
JobParameters
for this request
Copyright © 2009 SpringSource. All Rights Reserved.