org.kuali.rice.kew.mail
Class EmailReminderLifecycle

java.lang.Object
  extended by org.kuali.rice.kew.mail.EmailReminderLifecycle
All Implemented Interfaces:
Lifecycle

public class EmailReminderLifecycle
extends Object
implements Lifecycle

A Lifecycle which is initialized on system startup that sets up the daily and weekly email reminders.

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

Constructor Summary
EmailReminderLifecycle()
           
 
Method Summary
 boolean isStarted()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailReminderLifecycle

public EmailReminderLifecycle()
Method Detail

isStarted

public boolean isStarted()
Specified by:
isStarted in interface Lifecycle

start

public void start()
           throws Exception
Specified by:
start in interface Lifecycle
Throws:
Exception

stop

public void stop()
          throws Exception
Specified by:
stop in interface Lifecycle
Throws:
Exception


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.