Package | Description |
---|---|
org.apache.manifoldcf.core.lockmanager |
Modifier and Type | Method and Description |
---|---|
void |
LockObject.enterNonExWriteLockNoWait()
Note well: Upgrading a read lock to a non-ex write lock is tricky.
|
void |
LockGate.enterNonExWriteLockNoWait(Long threadID) |
void |
LockObject.enterReadLockNoWait() |
void |
LockGate.enterReadLockNoWait(Long threadID) |
void |
LockObject.enterWriteLockNoWait()
Note well: Upgrading a read lock to a non-ex write lock is tricky.
|
void |
LockGate.enterWriteLockNoWait(Long threadID) |