Modifier and Type | Field and Description |
---|---|
protected Locking.ServerLock |
lock |
protected 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
public ServerCondition(Locking.ServerLock lock)
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.