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, 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 Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class org.springframework.batch.core.step.AbstractStepExceptionCopyright © 2015. All rights reserved.