Package com.ibm.jbatch.tck.artifacts.cdi
Class ApplicationScopedStepListener
java.lang.Object
jakarta.batch.api.listener.AbstractStepListener
com.ibm.jbatch.tck.artifacts.cdi.ApplicationScopedStepListener
- All Implemented Interfaces:
jakarta.batch.api.listener.StepListener
@ApplicationScoped
@Named("CDIApplicationScopedStepListener")
public class ApplicationScopedStepListener
extends jakarta.batch.api.listener.AbstractStepListener
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.batch.api.listener.AbstractStepListener
afterStep
-
Constructor Details
-
ApplicationScopedStepListener
public ApplicationScopedStepListener()
-
-
Method Details
-
beforeStep
public void beforeStep()- Specified by:
beforeStep
in interfacejakarta.batch.api.listener.StepListener
- Overrides:
beforeStep
in classjakarta.batch.api.listener.AbstractStepListener
-
getCount
public int getCount()
-