Uses of Interface
com.pnfsoftware.jeb.util.concurrent.ISafeLock
Packages that use ISafeLock
Package
Description
Types related to concurrency, synchronization, and external code execution.
-
Uses of ISafeLock in com.pnfsoftware.jeb.util.concurrent
Classes in com.pnfsoftware.jeb.util.concurrent that implement ISafeLockModifier and TypeClassDescriptionclassStandard implementation of a safe lock, using a serializable reentrant read-write lock.Methods in com.pnfsoftware.jeb.util.concurrent with parameters of type ISafeLockModifier and TypeMethodDescriptionstatic voidSafeLockUtil.debugVerifyLockRead(ISafeLock lock) static voidSafeLockUtil.debugVerifyLockWrite(ISafeLock lock) static voidSafeLockUtil.debugVerifyNoLockRead(ISafeLock lock)