Uses of Class
org.apache.manifoldcf.core.lockmanager.ExpiredObjectException
-
Packages that use ExpiredObjectException Package Description org.apache.manifoldcf.core.lockmanager -
-
Uses of ExpiredObjectException in org.apache.manifoldcf.core.lockmanager
Methods in org.apache.manifoldcf.core.lockmanager that throw ExpiredObjectException Modifier and Type Method Description voidLockGate. enterNonExWriteLock(java.lang.Long threadID)voidLockObject. enterNonExWriteLock()voidLockGate. enterNonExWriteLockNoWait(java.lang.Long threadID)voidLockObject. enterNonExWriteLockNoWait()Note well: Upgrading a read lock to a non-ex write lock is tricky.voidLockGate. enterReadLock(java.lang.Long threadID)voidLockObject. enterReadLock()voidLockGate. enterReadLockNoWait(java.lang.Long threadID)voidLockObject. enterReadLockNoWait()voidLockGate. enterWriteLock(java.lang.Long threadID)voidLockObject. enterWriteLock()This method WILL NOT BE CALLED UNLESS we are actually committing a write lock for the first time for a given thread.voidLockGate. enterWriteLockNoWait(java.lang.Long threadID)voidLockObject. enterWriteLockNoWait()Note well: Upgrading a read lock to a non-ex write lock is tricky.voidLockGate. leaveNonExWriteLock()booleanLockObject. leaveNonExWriteLock()voidLockGate. leaveReadLock()booleanLockObject. leaveReadLock()voidLockGate. leaveWriteLock()booleanLockObject. leaveWriteLock()protected voidLockGate. waitForPermission(java.lang.Long threadID)
-