public class DelegateStep
extends org.springframework.batch.core.step.AbstractStep
Step, delegating execution to it,
but serving all other operations locally.| Constructor and Description |
|---|
DelegateStep() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Check mandatory properties (delegate).
|
protected void |
doExecute(org.springframework.batch.core.StepExecution stepExecution) |
void |
setDelegate(org.springframework.batch.core.Step delegate) |
close, doExecutionRegistration, doExecutionRelease, execute, getCompositeListener, getJobRepository, getName, getStartLimit, isAllowStartIfComplete, open, registerStepExecutionListener, setAllowStartIfComplete, setBeanName, setJobRepository, setName, setStartLimit, setStepExecutionListeners, toStringpublic void setDelegate(org.springframework.batch.core.Step delegate)
delegate - the delegate to setpublic void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class org.springframework.batch.core.step.AbstractStepjava.lang.Exceptionprotected void doExecute(org.springframework.batch.core.StepExecution stepExecution)
throws java.lang.Exception
doExecute in class org.springframework.batch.core.step.AbstractStepjava.lang.Exception