Class ScheduledDispositionJob

  • All Implemented Interfaces:
    org.quartz.Job

    public class ScheduledDispositionJob
    extends Object
    implements org.quartz.Job
    Scheduled disposition job. Automatically cuts off eligible nodes.
    Author:
    Roy Wetherall
    • Constructor Detail

      • ScheduledDispositionJob

        public ScheduledDispositionJob()
    • 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
        See Also:
        Job.execute(org.quartz.JobExecutionContext)