Class QueueWarningTask

java.lang.Object
org.deltava.taskman.Task
org.deltava.tasks.QueueWarningTask
All Implemented Interfaces:
Comparable<Task>, Runnable, Thread.UncaughtExceptionHandler

public class QueueWarningTask extends Task
A Scheduled Task to send e-mail notifications when the Flight Report disposal queue exceeds a certain size.
Since:
5.0
Version:
11.1
Author:
Luke
  • Constructor Details

    • QueueWarningTask

      public QueueWarningTask()
      Initializes the Task.
  • Method Details

    • execute

      protected void execute(TaskContext ctx)
      Description copied from class: Task
      Executes the Task.
      Specified by:
      execute in class Task
      Parameters:
      ctx - the TaskContext