Class PeriodJob

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.scheduler.PeriodJob
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class PeriodJob extends org.exoplatform.container.component.BaseComponentPlugin
Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Oct 6, 2005
  • Field Summary

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

    desc, name
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    org.quartz.JobDataMap
     
     
     

    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

    • PeriodJob

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

    • getJobInfo

      public JobInfo getJobInfo()
    • getPeriodInfo

      public PeriodInfo getPeriodInfo()
    • getJobDataMap

      public org.quartz.JobDataMap getJobDataMap()