com.mchange.v2.lock
Interface SharedUseExclusiveUseLock
- All Known Implementing Classes:
- ExactReentrantSharedUseExclusiveUseLock, SimpleSharedUseExclusiveUseLock
public interface SharedUseExclusiveUseLock
acquireShared
void acquireShared()
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
relinquishShared
void relinquishShared()
acquireExclusive
void acquireExclusive()
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
relinquishExclusive
void relinquishExclusive()