org.kuali.rice.kew.mail
Class WeeklyEmailJob

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

public class WeeklyEmailJob
extends Object
implements org.quartz.Job

Quartz job for sending weekly email reminders.

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

Constructor Summary
WeeklyEmailJob()
           
 
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

WeeklyEmailJob

public WeeklyEmailJob()
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.