Uses of Class
com.kingsrook.qqq.backend.core.processes.locks.UnableToObtainProcessLockException
Packages that use UnableToObtainProcessLockException
-
Uses of UnableToObtainProcessLockException in com.kingsrook.qqq.backend.core.processes.locks
Methods in com.kingsrook.qqq.backend.core.processes.locks that return UnableToObtainProcessLockExceptionModifier and TypeMethodDescriptionProcessLockOrException.unableToObtainProcessLockException()Returns the value of theunableToObtainProcessLockExceptionrecord component.UnableToObtainProcessLockException.withExistingLock(ProcessLock existingLock) Fluent setter for existingLockMethods in com.kingsrook.qqq.backend.core.processes.locks that throw UnableToObtainProcessLockExceptionModifier and TypeMethodDescriptionstatic ProcessLocktry to create a process lock, of a given key invalid input: '&' type - but immediately fail if the lock already exists.static ProcessLockProcessLockUtils.create(String key, String typeName, String details, Duration sleepBetweenTries, Duration maxWait) try to create a process lock, of a given key invalid input: '&' type - and re-try if it failed.Constructors in com.kingsrook.qqq.backend.core.processes.locks with parameters of type UnableToObtainProcessLockExceptionModifierConstructorDescriptionProcessLockOrException(ProcessLock processLock, UnableToObtainProcessLockException unableToObtainProcessLockException) Creates an instance of aProcessLockOrExceptionrecord class.ProcessLockOrException(UnableToObtainProcessLockException unableToObtainProcessLockException) Constructor