org.olat.notifications
Class EmailNotificationJob

java.lang.Object
  extended by org.springframework.scheduling.quartz.QuartzJobBean
      extended by org.olat.core.commons.scheduler.JobWithDB
          extended by org.olat.notifications.EmailNotificationJob
All Implemented Interfaces:
org.quartz.Job

public class EmailNotificationJob
extends JobWithDB

Description:
job that sends notification emails wrapped in DBjob to close DB sessions properly

Initial Date: 09.09.2008

Author:
guido

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

EmailNotificationJob

public EmailNotificationJob()
Method Detail

executeWithDB

public void executeWithDB(org.quartz.JobExecutionContext arg0)
                   throws org.quartz.JobExecutionException
Description copied from class: JobWithDB
Implement this execute method instead of the regular execute method if your job does some database stuff using the database factory.

Specified by:
executeWithDB in class JobWithDB
Parameters:
arg0 - The JobExecutionContext
Throws:
org.quartz.JobExecutionException
See Also:
JobWithDB.executeWithDB(org.quartz.JobExecutionContext)