public class StatefulCustomJob extends CustomJob implements org.quartz.StatefulJob
CustomJob
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 completesmuleContext
Constructor and Description |
---|
StatefulCustomJob() |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.