|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.scheduling.quartz.QuartzJobBean
org.olat.core.commons.scheduler.JobWithDB
org.olat.notifications.EmailNotificationJob
public class EmailNotificationJob
Description:
job that sends notification emails wrapped in DBjob to close DB sessions properly
Initial Date: 09.09.2008
| Constructor Summary | |
|---|---|
EmailNotificationJob()
|
|
| Method Summary | |
|---|---|
void |
executeWithDB(org.quartz.JobExecutionContext arg0)
Implement this execute method instead of the regular execute method if your job does some database stuff using the database factory. |
| Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean |
|---|
execute |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmailNotificationJob()
| Method Detail |
|---|
public void executeWithDB(org.quartz.JobExecutionContext arg0)
throws org.quartz.JobExecutionException
JobWithDB
executeWithDB in class JobWithDBarg0 - The JobExecutionContext
org.quartz.JobExecutionExceptionJobWithDB.executeWithDB(org.quartz.JobExecutionContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||