org.mule.modules.schedulers.cron
Class CronJob

java.lang.Object
  extended by org.mule.modules.schedulers.cron.CronJob
All Implemented Interfaces:
org.quartz.Job, org.quartz.StatefulJob

public class CronJob
extends Object
implements org.quartz.StatefulJob

StatefulJob for polling. This is always stateful as the synchronous processing strategy is defined by the flow of the poll.

Since:
3.5.0

Constructor Summary
CronJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CronJob

public CronJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.