Package ubic.gemma.web.scheduler.jobs
Class BatchInfoRepopulationJob
- java.lang.Object
-
- org.springframework.scheduling.quartz.QuartzJobBean
-
- ubic.gemma.web.scheduler.SecureQuartzJobBean
-
- ubic.gemma.web.scheduler.jobs.BatchInfoRepopulationJob
-
- All Implemented Interfaces:
org.quartz.Job
,org.quartz.StatefulJob
public class BatchInfoRepopulationJob extends SecureQuartzJobBean implements 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 Constructor Description BatchInfoRepopulationJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
executeAs(org.quartz.JobExecutionContext context)
-
Methods inherited from class ubic.gemma.web.scheduler.SecureQuartzJobBean
executeInternal
-
-
-
-
Method Detail
-
executeAs
protected void executeAs(org.quartz.JobExecutionContext context)
- Specified by:
executeAs
in classSecureQuartzJobBean
-
-