Class SplibStepExecutionListener
java.lang.Object
jp.ecuacion.splib.batch.listener.SplibStepExecutionListener
- All Implemented Interfaces:
org.springframework.batch.core.StepExecutionListener, org.springframework.batch.core.StepListener
@Component
public class SplibStepExecutionListener
extends Object
implements org.springframework.batch.core.StepExecutionListener
Is a listener for steps.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeStep(org.springframework.batch.core.StepExecution stepExecution) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.batch.core.StepExecutionListener
afterStep
-
Constructor Details
-
SplibStepExecutionListener
public SplibStepExecutionListener()
-
-
Method Details
-
beforeStep
public void beforeStep(org.springframework.batch.core.StepExecution stepExecution) - Specified by:
beforeStepin interfaceorg.springframework.batch.core.StepExecutionListener
-