|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.scheduling.quartz.QuartzJobBean
org.olat.core.commons.scheduler.JobWithDB
org.olat.notifications.DummyJob
public class DummyJob
Description:
dummy job that does nothing. Used in spring in cluster mode for services that only run on one node.
Initial Date: 09.09.2008
| Constructor Summary | |
|---|---|
DummyJob()
|
|
| Method Summary | |
|---|---|
void |
executeWithDB(org.quartz.JobExecutionContext arg0)
Implement this execute method instead of the regular execute method if your job does some database stuff using the database factory. |
| Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean |
|---|
execute |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DummyJob()
| Method Detail |
|---|
public void executeWithDB(org.quartz.JobExecutionContext arg0)
throws org.quartz.JobExecutionException
JobWithDB
executeWithDB in class JobWithDBarg0 - The JobExecutionContext
org.quartz.JobExecutionExceptionQuartzJobBean.executeInternal(org.quartz.JobExecutionContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||