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 TypeClassDescriptionclass
Standard 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 void
SafeLockUtil.debugVerifyLockRead
(ISafeLock lock) static void
SafeLockUtil.debugVerifyLockWrite
(ISafeLock lock) static void
SafeLockUtil.debugVerifyNoLockRead
(ISafeLock lock)