org.mule.transport.quartz.jobs
Class StatefulEndpointPollingJob
java.lang.Object
org.mule.transport.quartz.jobs.EndpointPollingJob
org.mule.transport.quartz.jobs.StatefulEndpointPollingJob
- All Implemented Interfaces:
- org.quartz.Job, org.quartz.StatefulJob
public class StatefulEndpointPollingJob
- extends EndpointPollingJob
- implements org.quartz.StatefulJob
Same as EndpointPollingJob except the JobDetail state is persistent
for each request and only one instance of the job will fire at any given trigger. If the job does not
complete before the next trigger the second execution is blocked until the job completes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.quartz.Job |
execute |
StatefulEndpointPollingJob
public StatefulEndpointPollingJob()
Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.