Uses of Package
org.objectweb.jotm.core.conflict

Packages that use org.objectweb.jotm.core.conflict
org.objectweb.jotm.core.conflict Specifies JOTM 2 conflict management API 
org.objectweb.jotm.impl.core.conflict Provides some implementations of the org.objectweb.jotm.core.conflict interfaces 
org.objectweb.jotm.impl.core.transaction Provides some implementations of the org.objectweb.jotm.core.transaction interfaces 
 

Classes in org.objectweb.jotm.core.conflict used by org.objectweb.jotm.core.conflict
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
ConflictTable
          Conflict Table is a table that for each pair of lock modes specifies whether they are conflicting or not.
ConflictUndefinedException
           
InvalidConflictException
           
LockConflictException
           
Locker
          Locker represents an object that can be used as the identification for locking.
NoSuchLockException
           
TransactionConflict
          The TransactionConflict interface reflects a conflict explicitly specified by a transaction.
 

Classes in org.objectweb.jotm.core.conflict used by org.objectweb.jotm.impl.core.conflict
ConflictTable
          Conflict Table is a table that for each pair of lock modes specifies whether they are conflicting or not.
ConflictUndefinedException
           
Lock
          Lock represents a lock that can be acquired in several modes.
LockConflictException
           
Locker
          Locker represents an object that can be used as the identification for locking.
NoSuchLockException
           
 

Classes in org.objectweb.jotm.core.conflict used by org.objectweb.jotm.impl.core.transaction
Locker
          Locker represents an object that can be used as the identification for locking.