public interface SharedUseExclusiveUseLock
Modifier and Type | Method and Description |
---|---|
void |
acquireExclusive() |
void |
acquireShared() |
void |
relinquishExclusive() |
void |
relinquishShared() |
void acquireShared() throws InterruptedException
InterruptedException
void relinquishShared()
void acquireExclusive() throws InterruptedException
InterruptedException
void relinquishExclusive()
Copyright © 2017 com.mchange. All rights reserved.