org.drools.common
Class UpgradableReentrantReadWriteLock
java.lang.Object
org.drools.common.UpgradableReentrantReadWriteLock
public class UpgradableReentrantReadWriteLock
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpgradableReentrantReadWriteLock
public UpgradableReentrantReadWriteLock()
UpgradableReentrantReadWriteLock
public UpgradableReentrantReadWriteLock(boolean shouldTryAtomicUpgrade)
readLock
public void readLock()
readUnlock
public void readUnlock()
writeLock
public void writeLock()
writeUnlock
public void writeUnlock()
isWriteLockedByCurrentThread
public boolean isWriteLockedByCurrentThread()
getWriteHoldCount
public int getWriteHoldCount()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.