|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.silverpeas.dateReminder.DateReminderScheduler
@Named public class DateReminderScheduler
Scheduler for processing DateReminderProcess instances.
DateReminderProcess,
DateReminderProcessRegistration| Field Summary | |
|---|---|
static String |
DATEREMINDER_JOB_NAME_PROCESS
|
| Constructor Summary | |
|---|---|
DateReminderScheduler()
|
|
| Method Summary | |
|---|---|
void |
doScheduledDateReminder()
Schedule the date reminder process |
void |
initialize()
Initialize the Scheduler |
void |
jobFailed(SchedulerEvent anEvent)
Invoked when the normal execution thread of a job is broken by an exception. |
void |
jobSucceeded(SchedulerEvent anEvent)
Invoked when the execution of a job has been completed correctly. |
void |
triggerFired(SchedulerEvent anEvent)
Invoked when a job trigger fires the execution of a job. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DATEREMINDER_JOB_NAME_PROCESS
| Constructor Detail |
|---|
public DateReminderScheduler()
| Method Detail |
|---|
@PostConstruct public void initialize()
public void doScheduledDateReminder()
throws DateReminderException
DateReminderException
public void triggerFired(SchedulerEvent anEvent)
throws Exception
SchedulerEventListener
triggerFired in interface SchedulerEventListeneranEvent - the event coming from the trigger firing.
Exceptionpublic void jobSucceeded(SchedulerEvent anEvent)
SchedulerEventListener
jobSucceeded in interface SchedulerEventListeneranEvent - the event coming from the job completion.public void jobFailed(SchedulerEvent anEvent)
SchedulerEventListener
jobFailed in interface SchedulerEventListeneranEvent - the event coming from the job failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||