Package org.objectweb.jotm.core.conflict

Specifies JOTM 2 conflict management API

See:
          Description

Interface Summary
Conflict The Conflict interface reflects a commutativity relation between two operations of an object.
ConflictHandler The ConflictHandler interface reflects a conflict handler that is executed in case that related conflict is determined
ConflictManager ConflictManager is the entity that takes care of concurrency control in JOTM.
ConflictTable Conflict Table is a table that for each pair of lock modes specifies whether they are conflicting or not.
Lock Lock represents a lock that can be acquired in several modes.
Locker Locker represents an object that can be used as the identification for locking.
TransactionConflict The TransactionConflict interface reflects a conflict explicitly specified by a transaction.
 

Exception Summary
ConflictUndefinedException  
InvalidConflictException  
LockConflictException  
NoSuchConflictException  
NoSuchLockException  
 

Package org.objectweb.jotm.core.conflict Description

Specifies JOTM 2 conflict management API