java.lang.Object
dk.cloudcreate.essentials.components.foundation.fencedlock.DBFencedLockManager<UOW,LOCK>
Type Parameters:
UOW - the type of UnitOfWork required
LOCK - the concrete type of DBFencedLock used
All Implemented Interfaces:
FencedLockManager, Lifecycle

public abstract class DBFencedLockManager<UOW extends UnitOfWork,LOCK extends DBFencedLock> extends Object implements FencedLockManager
Common super base class for implementing persistent/durable FencedLockManager's