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 |
---|
Locking.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 Locking.ServerCondition(Locking.ServerLock lock)
Copyright ? 1998-2009 Bela Ban / Red Hat. All Rights Reserved.