# Class: com.pnfsoftware.jeb.util.concurrent.SafeLockUtil

Utility methods for [ISafeLock](ISafeLock)s.

## Static Method: debugVerifyLockRead
- parameter: `lock`, type: `com.pnfsoftware.jeb.util.concurrent.ISafeLock`

Description: Verify that the current thread holds the provided lock for reading or writing.
parameter: lock: lock to verify

## Static Method: debugVerifyLockWrite
- parameter: `lock`, type: `com.pnfsoftware.jeb.util.concurrent.ISafeLock`

Description: Verify that the current thread holds the provided lock for writing.
parameter: lock: lock to verify

## Static Method: debugVerifyNoLockRead
- parameter: `lock`, type: `com.pnfsoftware.jeb.util.concurrent.ISafeLock`

Description: Verify that the current thread does not hold the provided lock for reading or writing.
parameter: lock: lock to verify

