Package jconch.lock

Locking implementations, including logically equivalent locks.

See:
          Description

Class Summary
AbstractLogEqLock<OBJ_T,LOCK_T> Provides the basic implementation for logically equivalent locks.
RWLogEqLock<OBJ_T> Class that provides ReadWriteLock instances tagged by logically equivalent objects.
SyncLogEqLock<OBJ_T> This class should be used to implement logically equivalent locks.
 

Package jconch.lock Description

Locking implementations, including logically equivalent locks.