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, unlock
AtomicInteger getReferenceCounter()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.