public class RemoteStep extends Object implements org.springframework.batch.core.Step
| Constructor and Description |
|---|
RemoteStep() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.springframework.batch.core.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(org.springframework.batch.core.Step delegate) |
public void setName(String name)
name - Step.getName()public String getName()
getName in interface org.springframework.batch.core.Steppublic int getStartLimit()
getStartLimit in interface org.springframework.batch.core.Steppublic void setStartLimit(int startLimit)
startLimit - the startLimit to setpublic boolean isAllowStartIfComplete()
isAllowStartIfComplete in interface org.springframework.batch.core.Steppublic void setAllowStartIfComplete(boolean allowStartIfComplete)
allowStartIfComplete - the value of the flag to setpublic void setStep(org.springframework.batch.core.Step delegate)
delegate - the delegate to setpublic void execute(org.springframework.batch.core.StepExecution stepExecution)
throws org.springframework.batch.core.JobInterruptedException
execute in interface org.springframework.batch.core.Steporg.springframework.batch.core.JobInterruptedExceptionCopyright © 2015. All rights reserved.