|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.integration.launch.JobLaunchRequest
public class JobLaunchRequest
Encapsulation of a Job and its JobParameters forming a
request for a job to be launched.
| Constructor Summary | |
|---|---|
JobLaunchRequest(org.springframework.batch.core.Job job,
org.springframework.batch.core.JobParameters jobParameters)
|
|
| Method Summary | |
|---|---|
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 |
|---|
public JobLaunchRequest(org.springframework.batch.core.Job job,
org.springframework.batch.core.JobParameters jobParameters)
job - jobParameters - | Method Detail |
|---|
public org.springframework.batch.core.Job getJob()
Job to be executedpublic org.springframework.batch.core.JobParameters getJobParameters()
JobParameters for this request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||