Class SystemMonitoringJob

  • All Implemented Interfaces:
    org.quartz.InterruptableJob, org.quartz.Job

    public class SystemMonitoringJob
    extends BaseJob
    A job that monitors critical system functions and sends email to the alert group Group.RECEIVE_SYSTEM_ALERTS.
    Since:
    4.1.0
    • Constructor Detail

      • SystemMonitoringJob

        public SystemMonitoringJob()
    • Method Detail

      • executeJob

        public void executeJob()
        Description copied from class: AbstractJob
        Subclasses should override this method to provide their functionality.

        A DataContext object will be bound to the thread executing this task. Any uncommitted changes to the DataContext will be automatically rolled back when this method completes.

        Specified by:
        executeJob in class AbstractJob
        See Also:
        AbstractJob.executeJob()