Class SmartExecutorTaskListener

java.lang.Object
org.gcube.vremanagement.executor.scheduler.SmartExecutorTaskListener
All Implemented Interfaces:
org.quartz.JobListener

public class SmartExecutorTaskListener extends Object implements org.quartz.JobListener
Author:
Luca Frosini (ISTI - CNR)
  • Constructor Details

    • SmartExecutorTaskListener

      public SmartExecutorTaskListener()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.quartz.JobListener
    • jobToBeExecuted

      public void jobToBeExecuted(org.quartz.JobExecutionContext context)
      Specified by:
      jobToBeExecuted in interface org.quartz.JobListener
    • jobExecutionVetoed

      public void jobExecutionVetoed(org.quartz.JobExecutionContext context)
      Specified by:
      jobExecutionVetoed in interface org.quartz.JobListener
    • jobWasExecuted

      public void jobWasExecuted(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException jobException)
      Specified by:
      jobWasExecuted in interface org.quartz.JobListener