org.apache.sling.commons.scheduler.impl
Class NonParallelQuartzJobExecutor
java.lang.Object
org.apache.sling.commons.scheduler.impl.QuartzJobExecutor
org.apache.sling.commons.scheduler.impl.NonParallelQuartzJobExecutor
- All Implemented Interfaces:
- org.quartz.Job
@DisallowConcurrentExecution
public class NonParallelQuartzJobExecutor
- extends QuartzJobExecutor
This component is responsible to launch a Job
or Runnable in a Quartz Scheduler but non concurrently.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonParallelQuartzJobExecutor
public NonParallelQuartzJobExecutor()
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.