public class AcquireAsyncJobsDueRunnable extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected AsyncExecutor |
asyncExecutor |
protected boolean |
isInterrupted |
protected AtomicBoolean |
isWaiting |
protected long |
millisToWait |
protected Object |
MONITOR |
Constructor and Description |
---|
AcquireAsyncJobsDueRunnable(AsyncExecutor asyncExecutor) |
Modifier and Type | Method and Description |
---|---|
long |
getMillisToWait() |
void |
run() |
void |
setMillisToWait(long millisToWait) |
void |
stop() |
protected final AsyncExecutor asyncExecutor
protected volatile boolean isInterrupted
protected final Object MONITOR
protected final AtomicBoolean isWaiting
protected long millisToWait
public AcquireAsyncJobsDueRunnable(AsyncExecutor asyncExecutor)
Copyright © 2016 Alfresco. All rights reserved.