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 DFLockDFEnvironmentRW. getLock()DFLockDFLockable. obtainLock(java.lang.String reason)Obtains the lock; fails withAlreadyLockedExceptionif the object is already locked.DFLockSimpleLockable. obtainLock(java.lang.String reason)Methods in com.im.commons.progress with parameters of type DFLock Modifier and Type Method Description voidDFLockable. checkLock(DFLock testedLock)Checks whether the lock belongs to this lockable.voidSimpleLockable. checkLock(DFLock testedLock)static DFEnvironmentRWEnvUtils. createDefaultEnvironmentRW(DFLock lock, java.lang.String progressName, boolean cancellable)Creates default environment for read-write operations.DFEnvironmentRWEnvironmentsFactory. createRW(DFLock lock, java.lang.String progressName, boolean cancellable)static DFEnvironmentRWEnvUtils. createRWFromRO(DFEnvironmentRO env, DFLock lock)Make RW environment from given RO by adding lock and delegating the rest of methods.
-