Class WebNotificationJob
- java.lang.Object
-
- org.exoplatform.commons.notification.job.NotificationJob
-
- org.exoplatform.commons.notification.job.WebNotificationJob
-
- All Implemented Interfaces:
org.quartz.Job
public class WebNotificationJob extends NotificationJob
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.exoplatform.services.log.LogLOG-
Fields inherited from class org.exoplatform.commons.notification.job.NotificationJob
DAY_OF_JOB, JOB_DAILY, JOB_WEEKLY
-
-
Constructor Summary
Constructors Constructor Description WebNotificationJob()WebNotificationJob(org.exoplatform.container.ExoContainer exoContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessSendNotification(org.quartz.JobExecutionContext context)-
Methods inherited from class org.exoplatform.commons.notification.job.NotificationJob
execute, processSendNotification
-
-
-
-
Method Detail
-
processSendNotification
protected void processSendNotification(org.quartz.JobExecutionContext context) throws Exception- Overrides:
processSendNotificationin classNotificationJob- Throws:
Exception
-
-