public interface SharedUseExclusiveUseLock
| Modifier and Type | Method and Description |
|---|---|
void |
acquireExclusive() |
void |
acquireShared() |
void |
relinquishExclusive() |
void |
relinquishShared() |
void acquireShared()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionvoid relinquishShared()
void acquireExclusive()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionvoid relinquishExclusive()