protected class Locking.ServerCondition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Locking.ServerLock |
lock |
protected java.util.Queue<Owner> |
queue |
Constructor and Description |
---|
ServerCondition(Locking.ServerLock lock) |
Modifier and Type | Method and Description |
---|---|
void |
addWaiter(Owner waiter) |
void |
removeWaiter(Owner waiter) |
void |
signal(boolean all) |
protected final Locking.ServerLock lock
protected final java.util.Queue<Owner> queue
public ServerCondition(Locking.ServerLock lock)
Copyright © 1998-2020 Red Hat. All Rights Reserved.