@ApplicationScoped
public abstract class Listener
extends java.lang.Object
implements javax.batch.api.listener.JobListener, javax.batch.api.listener.StepListener
protected abstract java.lang.String getName()
public void beforeJob()
throws java.lang.Exception
beforeJob in interface javax.batch.api.listener.JobListenerjava.lang.Exceptionpublic void afterJob()
throws java.lang.Exception
afterJob in interface javax.batch.api.listener.JobListenerjava.lang.Exceptionpublic void beforeStep()
throws java.lang.Exception
beforeStep in interface javax.batch.api.listener.StepListenerjava.lang.Exceptionpublic void afterStep()
throws java.lang.Exception
afterStep in interface javax.batch.api.listener.StepListenerjava.lang.Exception