Class CronJobHistoryJobExceptionTest.ExceptionJob

All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
CronJobHistoryJobExceptionTest

public static class CronJobHistoryJobExceptionTest.ExceptionJob extends Job
See Also:
  • Constructor Details

    • ExceptionJob

      public ExceptionJob()
  • Method Details

    • performCronJob

      protected CronJob.CronJobResult performCronJob(CronJob cronJob)
      Description copied from class: Job
      You have to implement this method in your Job. Here you can execute the job. You have to return a CronJobResult that indicates whether the Job was successfully executed or not.
      Specified by:
      performCronJob in class Job
      Parameters:
      cronJob - the CronJob to execute
      Returns:
      a CronJobResult that indicates whether the Job was successfully executed or not.

      See Also: