org.ikasan.framework.initiator.scheduled.quartz
Class QuartzStatefulJob
java.lang.Object
org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulJob
- All Implemented Interfaces:
- org.quartz.Job, org.quartz.StatefulJob
public class QuartzStatefulJob
- extends Object
- implements org.quartz.StatefulJob
Quartz stateful job implementation. This is implemented as a 'Stateful' Quartz job to ensure only single
non-concurrent invocations are invoked at any one time.
- Author:
- Ikasan Development Team
|
Method Summary |
void |
execute(org.quartz.JobExecutionContext ctx)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuartzStatefulJob
public QuartzStatefulJob(QuartzDrivenInitiator initiator)
- Constructor
- Parameters:
initiator - The initiator
execute
public void execute(org.quartz.JobExecutionContext ctx)
- Specified by:
execute in interface org.quartz.Job
Copyright © 2007-2012 Ikasan. All Rights Reserved.