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

java.lang.Object
  extended by org.apache.sling.commons.scheduler.impl.JobHandler

public class JobHandler
extends Object

The job handler controls the invocation of a job like parallel invocation and the number of times the job can be called.


Field Summary
 boolean isRunning
           
 boolean runConcurrently
           
 
Constructor Summary
JobHandler(boolean runConcurrently)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runConcurrently

public final boolean runConcurrently

isRunning

public volatile boolean isRunning
Constructor Detail

JobHandler

public JobHandler(boolean runConcurrently)


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