protected class WorkManagerImpl.WorkCompletionSynchronizer extends Object
Modifier and Type | Field and Description |
---|---|
protected Condition |
condition |
protected ReentrantLock |
lock |
Modifier | Constructor and Description |
---|---|
protected |
WorkCompletionSynchronizer() |
Modifier and Type | Method and Description |
---|---|
protected void |
signalCompletedWork() |
protected boolean |
waitForCompletedWork(long timeMs) |
protected final ReentrantLock lock
protected WorkCompletionSynchronizer()
protected boolean waitForCompletedWork(long timeMs) throws InterruptedException
InterruptedException
protected void signalCompletedWork()
Copyright © 2016 Nuxeo SA. All rights reserved.