Uses of Class
com.github.ddth.dlock.DLockException
-
Packages that use DLockException Package Description com.github.ddth.dlock -
-
Uses of DLockException in com.github.ddth.dlock
Subclasses of DLockException in com.github.ddth.dlock Modifier and Type Class Description static classDLockException.OperationNotSupportedExceptionThrows to indicate that the operation is not supported/allowed.Methods in com.github.ddth.dlock that throw DLockException Modifier and Type Method Description LockResultIDLock. lock(String clientId)Acquire the lock forclientIdwith default duration.
-