eXo Kernel :: Component :: Common Service 2.4.3-CLD

org.exoplatform.services.scheduler
Class CronJob

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

public class CronJob
extends BaseComponentPlugin

Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com,phamvuxuanhoa@yahoo.com Oct 10, 2005


Field Summary
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
CronJob(InitParams params)
           
 
Method Summary
 String getExpression()
           
 org.quartz.JobDataMap getJobDataMap()
           
 JobInfo 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 Detail

CronJob

public CronJob(InitParams params)
        throws Exception
Throws:
Exception
Method Detail

getJobInfo

public JobInfo getJobInfo()

getExpression

public String getExpression()

getJobDataMap

public org.quartz.JobDataMap getJobDataMap()

eXo Kernel :: Component :: Common Service 2.4.3-CLD

Copyright © 2013 eXo Platform SAS. All Rights Reserved.