public class BatchletStep extends TaskletStep
TaskletStep for use with JSR-352 jobs. This
implementation addresses the registration of a BatchPropertyContext for
resolution of late binding parameters.TASKLET_TYPE_KEYSTEP_TYPE_KEY| Constructor and Description |
|---|
BatchletStep(java.lang.String name,
BatchPropertyContext propertyContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecutionRegistration(StepExecution stepExecution)
Registers the
StepExecution for property resolution via StepScope |
afterPropertiesSet, close, createSemaphore, doExecute, getTasklet, open, registerChunkListener, registerStream, setChunkListeners, setInterruptionPolicy, setStepOperations, setStreams, setTasklet, setTransactionAttribute, setTransactionManagerdoExecutionRelease, execute, getCompositeListener, getJobRepository, getName, getStartLimit, isAllowStartIfComplete, registerStepExecutionListener, setAllowStartIfComplete, setBeanName, setJobRepository, setName, setStartLimit, setStepExecutionListeners, toStringpublic BatchletStep(java.lang.String name,
BatchPropertyContext propertyContext)
name - name of the steppropertyContext - BatchPropertyContext used to resolve batch properties.protected void doExecutionRegistration(StepExecution stepExecution)
AbstractStepStepExecution for property resolution via StepScopedoExecutionRegistration in class AbstractStep