java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.scheduler.CronJob
org.exoplatform.services.wcm.extensions.scheduler.BackCronJob
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class BackCronJob extends org.exoplatform.services.scheduler.CronJob
Created by The eXo Platform MEA Author : haikel.thamri@exoplatform.com
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    BackCronJob(org.exoplatform.container.xml.InitParams params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.quartz.JobDataMap
     

    Methods inherited from class org.exoplatform.services.scheduler.CronJob

    getExpression, getJobInfo

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BackCronJob

      public BackCronJob(org.exoplatform.container.xml.InitParams params) throws Exception
      Throws:
      Exception
  • Method Details

    • getJobDataMap

      public org.quartz.JobDataMap getJobDataMap()
      Overrides:
      getJobDataMap in class org.exoplatform.services.scheduler.CronJob