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