Package org.kuali.rice.kew.mail
Class EmailReminderLifecycle
java.lang.Object
org.kuali.rice.kew.mail.EmailReminderLifecycle
- All Implemented Interfaces:
org.kuali.rice.core.api.lifecycle.Lifecycle
public class EmailReminderLifecycle
extends Object
implements org.kuali.rice.core.api.lifecycle.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
Constructors -
Method Summary
-
Constructor Details
-
EmailReminderLifecycle
public EmailReminderLifecycle()
-
-
Method Details
-
isStarted
public boolean isStarted()- Specified by:
isStartedin interfaceorg.kuali.rice.core.api.lifecycle.Lifecycle
-
start
- Specified by:
startin interfaceorg.kuali.rice.core.api.lifecycle.Lifecycle- Throws:
Exception
-
stop
- Specified by:
stopin interfaceorg.kuali.rice.core.api.lifecycle.Lifecycle- Throws:
Exception
-