org.jboss.seam.cron.scheduling.quartz
Class TriggerJob
java.lang.Object
org.jboss.seam.cron.spi.scheduling.trigger.TriggerSupport
org.jboss.seam.cron.spi.scheduling.trigger.ProviderContextTriggerSupport<org.quartz.JobExecutionContext>
org.jboss.seam.cron.scheduling.quartz.TriggerJob
- All Implemented Interfaces:
- org.quartz.Job
public class TriggerJob
- extends ProviderContextTriggerSupport<org.quartz.JobExecutionContext>
- implements org.quartz.Job
Base class for firing a Trigger via a Quartz Job via the extended #ProviderContextTriggerSupport.
- Author:
- Peter Royle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TriggerJob
public TriggerJob()
fetchTriggerSupplies
public TriggerSupplies fetchTriggerSupplies(org.quartz.JobExecutionContext context)
- Specified by:
fetchTriggerSupplies in class ProviderContextTriggerSupport<org.quartz.JobExecutionContext>
execute
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
- Executes the firing of the trigger payload via the delegate #
ProviderContextTriggerSupport
when told to do so by the Quartz scheduler.
- Specified by:
execute in interface org.quartz.Job
- Parameters:
context -
- Throws:
org.quartz.JobExecutionException
Copyright © 2011 Seam Framework. All Rights Reserved.