Class NotificationWeeklyJob
- java.lang.Object
-
- org.exoplatform.commons.notification.job.NotificationJob
-
- org.exoplatform.commons.notification.job.NotificationWeeklyJob
-
- All Implemented Interfaces:
org.quartz.Job
public class NotificationWeeklyJob extends NotificationJob
-
-
Field Summary
-
Fields inherited from class org.exoplatform.commons.notification.job.NotificationJob
DAY_OF_JOB, JOB_DAILY, JOB_WEEKLY, LOG
-
-
Constructor Summary
Constructors Constructor Description NotificationWeeklyJob()NotificationWeeklyJob(org.exoplatform.container.ExoContainer exoContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessSendNotification()Process the job to build the message and send to target.-
Methods inherited from class org.exoplatform.commons.notification.job.NotificationJob
execute, processSendNotification
-
-
-
-
Method Detail
-
processSendNotification
protected void processSendNotification() throws ExceptionDescription copied from class:NotificationJobProcess the job to build the message and send to target.- Overrides:
processSendNotificationin classNotificationJob- Throws:
Exception
-
-