Package | Description |
---|---|
org.springframework.batch.core.listener |
Generic implementations of core batch listener interfaces.
|
org.springframework.batch.core.resource | |
org.springframework.batch.core.step |
Specific implementations of step concerns.
|
org.springframework.batch.core.step.tasklet |
Interfaces and generic implementations of tasklet concerns.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeStepExecutionListener |
class |
ExecutionContextPromotionListener
This class can be used to automatically promote items from the
Step
ExecutionContext to the Job ExecutionContext at the
end of a step. |
class |
JobParameterExecutionContextCopyListener
This class can be used to automatically copy items from the
JobParameters to the Step ExecutionContext . |
class |
MulticasterBatchListener<T,S> |
class |
StepExecutionListenerSupport |
class |
StepListenerSupport<T,S>
Basic no-op implementations of all
StepListener interfaces. |
Modifier and Type | Method and Description |
---|---|
void |
CompositeStepExecutionListener.register(StepExecutionListener stepExecutionListener)
Register additional listener.
|
void |
CompositeStepExecutionListener.setListeners(StepExecutionListener[] listeners)
Public setter for the listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
StepExecutionSimpleCompletionPolicy
A
CompletionPolicy that picks up a commit interval from
JobParameters by listening to the start of a step. |
Modifier and Type | Class and Description |
---|---|
class |
NoWorkFoundStepExecutionListener
Fails the step if no items have been processed ( item count is 0).
|
Modifier and Type | Method and Description |
---|---|
protected StepExecutionListener |
AbstractStep.getCompositeListener() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractStep.registerStepExecutionListener(StepExecutionListener listener)
Register a step listener for callbacks at the appropriate stages in a
step execution.
|
void |
AbstractStep.setStepExecutionListeners(StepExecutionListener[] listeners)
Register each of the objects as listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
SystemCommandTasklet
Tasklet that executes a system command. |
Copyright © 2013 SpringSource. All rights reserved.