Uses of Class
com.im.commons.progress.AlreadyLockedException
-
-
Uses of AlreadyLockedException in com.im.commons.progress
Methods in com.im.commons.progress that throw AlreadyLockedException Modifier and Type Method Description DFLock
DFLockable. obtainLock(java.lang.String reason)
Obtains the lock; fails withAlreadyLockedException
if the object is already locked.DFLock
SimpleLockable. obtainLock(java.lang.String reason)
-