Uses of Interface
com.im.commons.progress.DFLock
-
-
Uses of DFLock in com.im.commons.progress
Methods in com.im.commons.progress that return DFLock Modifier and Type Method Description DFLock
DFEnvironmentRW. getLock()
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)
Methods in com.im.commons.progress with parameters of type DFLock Modifier and Type Method Description void
DFLockable. checkLock(DFLock testedLock)
Checks whether the lock belongs to this lockable.void
SimpleLockable. checkLock(DFLock testedLock)
static DFEnvironmentRW
EnvUtils. createDefaultEnvironmentRW(DFLock lock, java.lang.String progressName, boolean cancellable)
Creates default environment for read-write operations.DFEnvironmentRW
EnvironmentsFactory. createRW(DFLock lock, java.lang.String progressName, boolean cancellable)
static DFEnvironmentRW
EnvUtils. createRWFromRO(DFEnvironmentRO env, DFLock lock)
Make RW environment from given RO by adding lock and delegating the rest of methods.
-