org.compass.core.util.backport.java.util.concurrent.helpers
Interface WaitQueue.QueuedSync

All Known Implementing Classes:
ReentrantLock.FairSync, Semaphore.FairSync
Enclosing class:
WaitQueue

public static interface WaitQueue.QueuedSync


Method Summary
 boolean recheck(WaitQueue.WaitNode node)
           
 void takeOver(WaitQueue.WaitNode node)
           
 

Method Detail

recheck

boolean recheck(WaitQueue.WaitNode node)

takeOver

void takeOver(WaitQueue.WaitNode node)


Copyright (c) 2004-2006 The Compass Project.