Class StepListenerSupport<T,S>
java.lang.Object
org.springframework.batch.core.listener.ItemListenerSupport<T,S>
org.springframework.batch.core.listener.StepListenerSupport<T,S>
- All Implemented Interfaces:
ChunkListener,ItemProcessListener<T,,S> ItemReadListener<T>,ItemWriteListener<S>,SkipListener<T,,S> StepExecutionListener,StepListener
public class StepListenerSupport<T,S>
extends ItemListenerSupport<T,S>
implements StepExecutionListener, ChunkListener, SkipListener<T,S>
Basic no-op implementations of all
StepListener interfaces.- Author:
- Lucas Ward, Robert Kasanicky, Mahmoud Ben Hassine
-
Field Summary
Fields inherited from interface org.springframework.batch.core.ChunkListener
ROLLBACK_EXCEPTION_KEY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.batch.core.ChunkListener
afterChunk, afterChunkError, beforeChunkMethods inherited from interface org.springframework.batch.core.ItemProcessListener
afterProcess, beforeProcess, onProcessErrorMethods inherited from interface org.springframework.batch.core.ItemReadListener
afterRead, beforeRead, onReadErrorMethods inherited from interface org.springframework.batch.core.ItemWriteListener
afterWrite, beforeWrite, onWriteErrorMethods inherited from interface org.springframework.batch.core.SkipListener
onSkipInProcess, onSkipInRead, onSkipInWriteMethods inherited from interface org.springframework.batch.core.StepExecutionListener
afterStep, beforeStep
-
Constructor Details
-
StepListenerSupport
public StepListenerSupport()
-