Class CountInvocationsStepListener
java.lang.Object
jakarta.batch.api.listener.AbstractStepListener
com.ibm.jbatch.tck.artifacts.reusable.CountInvocationsStepListener
- All Implemented Interfaces:
jakarta.batch.api.listener.StepListener
@Named
public class CountInvocationsStepListener
extends jakarta.batch.api.listener.AbstractStepListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STATIC_BEFORE_COUNT
public static int STATIC_BEFORE_COUNT -
STATIC_AFTER_COUNT
public static int STATIC_AFTER_COUNT
-
-
Constructor Details
-
CountInvocationsStepListener
public CountInvocationsStepListener()
-
-
Method Details
-
beforeStep
- Specified by:
beforeStep
in interfacejakarta.batch.api.listener.StepListener
- Overrides:
beforeStep
in classjakarta.batch.api.listener.AbstractStepListener
- Throws:
Exception
-
afterStep
- Specified by:
afterStep
in interfacejakarta.batch.api.listener.StepListener
- Overrides:
afterStep
in classjakarta.batch.api.listener.AbstractStepListener
- Throws:
Exception
-