Uses of Class
dk.cloudcreate.essentials.components.foundation.fencedlock.DBFencedLock
Packages that use DBFencedLock
-
Uses of DBFencedLock in dk.cloudcreate.essentials.components.foundation.fencedlock
Classes in dk.cloudcreate.essentials.components.foundation.fencedlock with type parameters of type DBFencedLockModifier and TypeClassDescriptionclassDBFencedLockManager<UOW extends UnitOfWork,LOCK extends DBFencedLock> interfaceFencedLockStorage<UOW extends UnitOfWork,LOCK extends DBFencedLock> Methods in dk.cloudcreate.essentials.components.foundation.fencedlock that return DBFencedLockModifier and TypeMethodDescriptionDBFencedLock.markAsLocked(OffsetDateTime lockTime, String lockedByLockManagerInstanceId, long currentToken) Constructor parameters in dk.cloudcreate.essentials.components.foundation.fencedlock with type arguments of type DBFencedLockModifierConstructorDescriptionDBFencedLock(DBFencedLockManager<? extends UnitOfWork, DBFencedLock> fencedLockManager, LockName lockName, Long currentToken, String lockedByBusInstanceId, OffsetDateTime lockAcquiredTimestamp, OffsetDateTime lockLastConfirmedTimestamp)