com.silverpeas.scheduler.quartz
Class QuartzScheduler.QuartzJob

java.lang.Object
  extended by com.silverpeas.scheduler.quartz.QuartzScheduler.QuartzJob
All Implemented Interfaces:
org.quartz.Job
Enclosing class:
QuartzScheduler

public static class QuartzScheduler.QuartzJob
extends Object
implements org.quartz.Job

A job as registered within the Quartz scheduler. This job performs the actual job execution flow, taking into account the exceptions handling, and the scheduler event firing.


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

Constructor Detail

QuartzScheduler.QuartzJob

public QuartzScheduler.QuartzJob()
Method Detail

execute

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


Copyright © 2016 Silverpeas. All Rights Reserved.