Class BatchJobTaskExecutionJobListener

java.lang.Object
org.quartz.listeners.JobListenerSupport
ch.tocco.nice2.tasks.impl.quartz.BatchJobTaskExecutionJobListener
All Implemented Interfaces:
org.quartz.JobListener

@Component @Order(0) public class BatchJobTaskExecutionJobListener extends org.quartz.listeners.JobListenerSupport
Handles manual triggered batch job and set the completed progress message
  • Constructor Details

    • BatchJobTaskExecutionJobListener

      public BatchJobTaskExecutionJobListener(RemoteContextManager remoteContextManager)
  • Method Details

    • jobWasExecuted

      public void jobWasExecuted(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException jobException)
      Specified by:
      jobWasExecuted in interface org.quartz.JobListener
      Overrides:
      jobWasExecuted in class org.quartz.listeners.JobListenerSupport
    • getName

      public String getName()