ExactReentrantSharedUseExclusiveUseLock, SimpleSharedUseExclusiveUseLockpublic interface SharedUseExclusiveUseLock
| Modifier and Type | Method | 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()