Class JobListenerAdapter

    • Constructor Summary

      Constructors 
      ConstructorDescription
      JobListenerAdapter​(javax.batch.api.listener.JobListener delegate) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidafterJob​(JobExecution jobExecution)
      Callback after completion of a job.
      voidbeforeJob​(JobExecution jobExecution)
      Callback before a job executes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JobListenerAdapter

        public JobListenerAdapter​(javax.batch.api.listener.JobListener delegate)
        Parameters:
        delegate - to be delegated to