org.compass.core.util.backport.java.util.concurrent.locks
Interface CondVar.ExclusiveLock

All Superinterfaces:
Lock
All Known Implementing Classes:
ConcurrentHashMap.Segment, ReentrantLock, ReentrantReadWriteLock.WriteLock
Enclosing class:
CondVar

static interface CondVar.ExclusiveLock
extends Lock


Method Summary
 int getHoldCount()
           
 boolean isHeldByCurrentThread()
           
 
Methods inherited from interface org.compass.core.util.backport.java.util.concurrent.locks.Lock
lock, lockInterruptibly, newCondition, tryLock, tryLock, unlock
 

Method Detail

isHeldByCurrentThread

boolean isHeldByCurrentThread()

getHoldCount

int getHoldCount()


Copyright (c) 2004-2006 The Compass Project.