Uses of Interface
com.google.common.util.concurrent.CycleDetectingLockFactory.CycleDetectingLock
Packages that use CycleDetectingLockFactory.CycleDetectingLock
-
Uses of CycleDetectingLockFactory.CycleDetectingLock in com.google.common.util.concurrent
Classes in com.google.common.util.concurrent that implement CycleDetectingLockFactory.CycleDetectingLockModifier and TypeClassDescription(package private) final class(package private) final classMethods in com.google.common.util.concurrent with parameters of type CycleDetectingLockFactory.CycleDetectingLockModifier and TypeMethodDescriptionprivate voidCycleDetectingLockFactory.aboutToAcquire(CycleDetectingLockFactory.CycleDetectingLock lock) CycleDetectingLock implementations must call this method before attempting to acquire the lock.private static voidCycleDetectingLockFactory.lockStateChanged(CycleDetectingLockFactory.CycleDetectingLock lock) CycleDetectingLock implementations must call this method in afinallyclause after any attempt to change the lock state, including both lock and unlock attempts.