Package org.entityfs.lock.impl.single

Implementation of single entity locks and lock adapters.

See:
          Description

Class Summary
FairSingleEntityLockAdapterFactory This EntityLockAdapterFactory creates fair lock adapters.
NonFairSingleEntityLockAdapterFactory This EntityLockAdapterFactory creates non-fair (i.e.
SingleEntityLockAdapterFactory This EntityLockAdapterFactory creates SingleEntityLockAdapter:s and ReentrantLockAdapter:s.
 

Package org.entityfs.lock.impl.single Description

Implementation of single entity locks and lock adapters.

Since:
1.0
Author:
Karl Gustafsson