Uses of Interface
com.im.commons.progress.DFLockable
-
-
Uses of DFLockable in com.im.commons.progress
Classes in com.im.commons.progress that implement DFLockable Modifier and Type Class Description class
SimpleLockable
Lockable with minimal functionality to cover test-cases needs.Methods in com.im.commons.progress that return DFLockable Modifier and Type Method Description DFLockable
AlreadyLockedException. getLockable()
Constructors in com.im.commons.progress with parameters of type DFLockable Constructor Description AlreadyLockedException(DFLockable lockable, java.lang.String reason, java.lang.Throwable trace)
Creates a new instance of AlreadyLockedExceptionAlreadyLockedException(DFLockable lockable, java.lang.String reason, java.lang.Throwable trace, boolean lockedForever)
Creates a new instance of AlreadyLockedExceptionUIBackgroundRunnerRW(DFLockable lockable, java.lang.String taskName, boolean cancellable)
-