Package com.avoka.fc.core.job
Class SystemMonitoringJob
- java.lang.Object
-
- com.avoka.fc.core.job.AbstractJob
-
- com.avoka.fc.core.job.BaseJob
-
- com.avoka.fc.core.job.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 groupGroup.RECEIVE_SYSTEM_ALERTS
.- Since:
- 4.1.0
-
-
Field Summary
-
Fields inherited from class com.avoka.fc.core.job.AbstractJob
JOB_CONTEXT_PARAM, JOB_GROUP_BACKGROUND, JOB_GROUP_MEMORY, logExecution, MANAGER_LISTENERS, SERVLET_CONTEXT, SPRING_CONTEXT
-
-
Constructor Summary
Constructors Constructor Description SystemMonitoringJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeJob()
Subclasses should override this method to provide their functionality.-
Methods inherited from class com.avoka.fc.core.job.AbstractJob
execute, getContext, getContextParam, getDataContext, getErrorLogService, getLogger, getServletContext, interrupt, isInterrupted, logException
-
-
-
-
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 classAbstractJob
- See Also:
AbstractJob.executeJob()
-
-