Interface LockRowInTransactionStrategy
- All Known Implementing Classes:
DefaultLockRowInTransactionStrategy
public interface LockRowInTransactionStrategy
Service to create exclusive locks on a given
ItemModel.-
Method Summary
-
Method Details
-
lock
Creates a exclusive lock on the givenItemModel.- Parameters:
model- the container to lock.- Returns:
trueif a lock could be established,falseotherwise.
-