|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.scheduling.quartz.QuartzJobBean
hu.midori.kosmos.server.ServiceResultUpdaterJob
public class ServiceResultUpdaterJob
Quartz job for scheduled updates of the content of the cache. It is stateful to avoid expensive concurrent updates.
Constructor Summary | |
---|---|
ServiceResultUpdaterJob()
|
Method Summary | |
---|---|
protected void |
executeInternal(org.quartz.JobExecutionContext executionContext)
Updates the content of the cache, triggered by an external scheduler. |
void |
setCache(net.sf.ehcache.Cache cache)
|
Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean |
---|
execute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.quartz.Job |
---|
execute |
Constructor Detail |
---|
public ServiceResultUpdaterJob()
Method Detail |
---|
public void setCache(net.sf.ehcache.Cache cache)
protected void executeInternal(org.quartz.JobExecutionContext executionContext)
executeInternal
in class org.springframework.scheduling.quartz.QuartzJobBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |