Package ubic.gemma.core.scheduler
Class BatchInfoRepopulationJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
ubic.gemma.core.scheduler.SecureQuartzJobBean
ubic.gemma.core.scheduler.BatchInfoRepopulationJob
- All Implemented Interfaces:
org.quartz.Job
,org.quartz.StatefulJob
Schedule job that populates batch information for all experiments that have been updated since the last run.
- Author:
- paul, poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
executeAs
(org.quartz.JobExecutionContext context) Methods inherited from class ubic.gemma.core.scheduler.SecureQuartzJobBean
executeInternal
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 Details
-
BatchInfoRepopulationJob
public BatchInfoRepopulationJob()
-
-
Method Details
-
executeAs
protected void executeAs(org.quartz.JobExecutionContext context) - Specified by:
executeAs
in classSecureQuartzJobBean
-