Package | Description |
---|---|
org.springframework.batch.core.step.item |
Specific implementations of step concerns for item-oriented approach.
|
Modifier and Type | Method and Description |
---|---|
Class<TaskletStep> |
SimpleStepFactoryBean.getObjectType() |
Modifier and Type | Method and Description |
---|---|
protected void |
FaultTolerantStepFactoryBean.applyConfiguration(TaskletStep step) |
protected void |
SimpleStepFactoryBean.applyConfiguration(TaskletStep step) |
protected void |
FaultTolerantStepFactoryBean.registerChunkListeners(TaskletStep step,
StepListener listener) |
protected void |
SimpleStepFactoryBean.registerChunkListeners(TaskletStep step,
StepListener listener) |
protected void |
FaultTolerantStepFactoryBean.registerStreams(TaskletStep step,
ItemStream[] streams)
Register the streams with the step.
|
protected void |
SimpleStepFactoryBean.registerStreams(TaskletStep step,
ItemStream[] streams)
Register the streams with the step.
|
Copyright © 2013 SpringSource. All rights reserved.