|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transport.quartz.jobs.EndpointPollingJob
org.mule.transport.quartz.jobs.StatefulEndpointPollingJob
public class StatefulEndpointPollingJob
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
Field Summary |
---|
Fields inherited from class org.mule.transport.quartz.jobs.EndpointPollingJob |
---|
logger |
Constructor Summary | |
---|---|
StatefulEndpointPollingJob()
|
Method Summary |
---|
Methods inherited from class org.mule.transport.quartz.jobs.EndpointPollingJob |
---|
execute |
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 |
Constructor Detail |
---|
public StatefulEndpointPollingJob()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |