Class AcquireJobsRunnable
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
SequentialJobAcquisitionRunnable
- Author:
- Thorben Lindhauer
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected boolean
protected final AtomicBoolean
protected final JobExecutor
protected final Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
boolean
void
void
stop()
protected void
suspendAcquisition
(long millis)
-
Field Details
-
jobExecutor
-
isInterrupted
protected volatile boolean isInterrupted -
isJobAdded
protected volatile boolean isJobAdded -
MONITOR
-
isWaiting
-
-
Constructor Details
-
AcquireJobsRunnable
-
-
Method Details
-
suspendAcquisition
protected void suspendAcquisition(long millis) -
stop
public void stop() -
jobWasAdded
public void jobWasAdded() -
clearJobAddedNotification
protected void clearJobAddedNotification() -
isJobAdded
public boolean isJobAdded()
-