org.camunda.bpm.engine.impl.jobexecutor
Class AcquireJobsRunnable
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- SequentialJobAcquisitionRunnable
public abstract class AcquireJobsRunnable
- extends Object
- implements Runnable
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.lang.Runnable |
run |
jobExecutor
protected final JobExecutor jobExecutor
isInterrupted
protected volatile boolean isInterrupted
isJobAdded
protected volatile boolean isJobAdded
MONITOR
protected final Object MONITOR
isWaiting
protected final AtomicBoolean isWaiting
AcquireJobsRunnable
public AcquireJobsRunnable(JobExecutor jobExecutor)
suspendAcquisition
protected void suspendAcquisition(long millis)
stop
public void stop()
jobWasAdded
public void jobWasAdded()
clearJobAddedNotification
protected void clearJobAddedNotification()
isJobAdded
public boolean isJobAdded()
Copyright © 2016 camunda services GmbH. All rights reserved.