public class JobLaunchRequest
extends java.lang.Object
Job and its JobParameters forming a request for a job to be launched.| Constructor and Description |
|---|
JobLaunchRequest(org.springframework.batch.core.Job job,
org.springframework.batch.core.JobParameters jobParameters) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.batch.core.Job |
getJob() |
org.springframework.batch.core.JobParameters |
getJobParameters() |
java.lang.String |
toString() |
public JobLaunchRequest(org.springframework.batch.core.Job job,
org.springframework.batch.core.JobParameters jobParameters)
job - job to be launchedjobParameters - parameters to run the job withpublic org.springframework.batch.core.Job getJob()
Job to be executedpublic org.springframework.batch.core.JobParameters getJobParameters()
JobParameters for this requestpublic java.lang.String toString()
toString in class java.lang.Object