org.apache.sling.commons.scheduler.impl
Class NonParallelQuartzJobExecutor

java.lang.Object
  extended by org.apache.sling.commons.scheduler.impl.QuartzJobExecutor
      extended by org.apache.sling.commons.scheduler.impl.NonParallelQuartzJobExecutor
All Implemented Interfaces:
org.quartz.Job

@DisallowConcurrentExecution
public class NonParallelQuartzJobExecutor
extends QuartzJobExecutor

This component is resposible to launch a Job or Runnable in a Quartz Scheduler but non concurrently.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.sling.commons.scheduler.impl.QuartzJobExecutor
QuartzJobExecutor.JobContextImpl
 
Constructor Summary
NonParallelQuartzJobExecutor()
           
 
Method Summary
 
Methods inherited from class org.apache.sling.commons.scheduler.impl.QuartzJobExecutor
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonParallelQuartzJobExecutor

public NonParallelQuartzJobExecutor()


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.