public interface RefCountingLock extends Lock
Lock, with support for maintaining a reference counter.| Modifier and Type | Method and Description |
|---|---|
AtomicInteger |
getReferenceCounter()
Accesses the reference counter for this lock
|
lock, lockInterruptibly, newCondition, tryLock, tryLock, unlockAtomicInteger getReferenceCounter()
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.