org.olat.core.util.i18n
Class I18nTranslationStatusGeneratorJob

java.lang.Object
  extended by org.springframework.scheduling.quartz.QuartzJobBean
      extended by org.olat.core.commons.scheduler.JobWithDB
          extended by org.olat.core.util.i18n.I18nTranslationStatusGeneratorJob
All Implemented Interfaces:
org.quartz.Job

public class I18nTranslationStatusGeneratorJob
extends JobWithDB

Description:
This job checks all available languages on the system and produces a little statistic file that can be embedded somewhere, e.g. in a homepage

Initial Date: 02.12.2008

Author:
gnaegi

Constructor Summary
I18nTranslationStatusGeneratorJob()
           
 
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

I18nTranslationStatusGeneratorJob

public I18nTranslationStatusGeneratorJob()
Method Detail

executeWithDB

public void executeWithDB(org.quartz.JobExecutionContext arg0)
                   throws org.quartz.JobExecutionException
Description copied from class: JobWithDB
Implement this execute method instead of the regular execute method if your job does some database stuff using the database factory.

Specified by:
executeWithDB in class JobWithDB
Parameters:
arg0 - The JobExecutionContext
Throws:
org.quartz.JobExecutionException
See Also:
JobWithDB.executeWithDB(org.quartz.JobExecutionContext)