Package org.entityfs.lock.impl.rw

Implementation of read/write locks and lock adapters.

See:
          Description

Class Summary
FairReadWriteEntityLockAdapterFactory This EntityLockAdapterFactory creates fair lock adapters.
NonFairReadWriteEntityLockAdapterFactory This EntityLockAdapterFactory creates non-fair (i.e.
ReadWriteEntityLockAdapter This EntityLockAdapter uses a ReadLockOwnerAwareReentrantReadWriteLock for the lockable object's read and write lock and an EntityLockFactory for creating other locks.
ReadWriteEntityLockAdapterFactory This EntityLockAdapterFactory creates ReadWriteEntityLockAdapter:s and ReentrantLockAdapter:s.
 

Package org.entityfs.lock.impl.rw Description

Implementation of read/write locks and lock adapters.

Since:
1.0
Author:
Karl Gustafsson