org.kuali.rice.kew.mail
Class EmailReminderLifecycle
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmailReminderLifecycle
public EmailReminderLifecycle()
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-2011 The Kuali Foundation. All Rights Reserved.