Package org.entityfs.lock.impl

Entity lock implementations, lock adapter implementations and lock strategy implementations.

See:
          Description

Class Summary
AbstractLockAcquiringStrategy Abstract base class for lock acquiring strategy classes.
EntityLockFactory The entity lock factory is used by all EntityLockAdapterFactory:s to create locks for entities and to create standalone locks.
EntityLockReentrantLockAdapterImpl This is an adapter to let a ReentrantLock implement the EntityLock interface.
ReentrantLockAdapter This is a LockAdapter that uses ReentrantLock:s that it creates with a EntityLockFactory.
SimpleLockAcquiringStrategy This is a simple LockAcquiringStrategy that can wait forever on locks.
TimeoutLockAcquiringStrategy This is a LockAcquiringStrategy that uses a timeout limit for how long it can wait to get a lock.
 

Package org.entityfs.lock.impl Description

Entity lock implementations, lock adapter implementations and lock strategy implementations.

Since:
1.0
Author:
Karl Gustafsson