|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.core.launch.support.RunIdIncrementer
public class RunIdIncrementer
| Constructor Summary | |
|---|---|
RunIdIncrementer()
|
|
| Method Summary | |
|---|---|
JobParameters |
getNext(JobParameters parameters)
Increment the run.id parameter (starting with 1). |
void |
setKey(java.lang.String key)
The name of the run id in the job parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RunIdIncrementer()
| Method Detail |
|---|
public void setKey(java.lang.String key)
key - the key to setpublic JobParameters getNext(JobParameters parameters)
getNext in interface JobParametersIncrementerparameters - the last value used
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||