|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.admin.sample.RemoteStep
public class RemoteStep
Workaround for BATCH-1692, BATCH-1693.
| Constructor Summary | |
|---|---|
RemoteStep()
|
|
| Method Summary | |
|---|---|
void |
execute(StepExecution stepExecution)
|
String |
getName()
|
int |
getStartLimit()
|
boolean |
isAllowStartIfComplete()
|
void |
setAllowStartIfComplete(boolean allowStartIfComplete)
Public setter for flag that determines whether the step should start again if it is already complete. |
void |
setName(String name)
Set the name property. |
void |
setStartLimit(int startLimit)
Public setter for the startLimit. |
void |
setStep(Step delegate)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteStep()
| Method Detail |
|---|
public void setName(String name)
#setBeanName(java.lang.String)public String getName()
getName in interface Steppublic int getStartLimit()
getStartLimit in interface Steppublic void setStartLimit(int startLimit)
startLimit - the startLimit to setpublic boolean isAllowStartIfComplete()
isAllowStartIfComplete in interface Steppublic void setAllowStartIfComplete(boolean allowStartIfComplete)
allowStartIfComplete - the value of the flag to setpublic void setStep(Step delegate)
delegate - the delegate to set
public void execute(StepExecution stepExecution)
throws JobInterruptedException
execute in interface StepJobInterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||