Class RewardCurrentPeriodStatusUpdaterJob

  • All Implemented Interfaces:
    org.quartz.Job

    @DisallowConcurrentExecution
    public class RewardCurrentPeriodStatusUpdaterJob
    extends Object
    implements org.quartz.Job
    This job is used to check pending rewards sent for periods. When all transaction rewards are sent correctly without error, an event is triggered through ListenerService
    • Constructor Detail

      • RewardCurrentPeriodStatusUpdaterJob

        public RewardCurrentPeriodStatusUpdaterJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException