org.apache.sling.commons.scheduler.impl
Class JobHandler
java.lang.Object
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.
Constructor Summary |
JobHandler(boolean runConcurrently)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
runConcurrently
public final boolean runConcurrently
isRunning
public volatile boolean isRunning
JobHandler
public JobHandler(boolean runConcurrently)
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.