org.kuali.rice.kew.mail
Class DailyEmailJob

java.lang.Object
  extended by org.kuali.rice.kew.mail.DailyEmailJob
All Implemented Interfaces:
org.quartz.Job

public class DailyEmailJob
extends Object
implements org.quartz.Job

Quartz job for sending daily email reminders.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
DailyEmailJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext ctx)
           
protected  boolean shouldExecute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DailyEmailJob

public DailyEmailJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext ctx)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException

shouldExecute

protected boolean shouldExecute()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.