Uses of Interface
org.objectweb.jotm.core.conflict.TransactionConflict

Packages that use TransactionConflict
org.objectweb.jotm.core.conflict Specifies JOTM 2 conflict management API 
 

Uses of TransactionConflict in org.objectweb.jotm.core.conflict
 

Methods in org.objectweb.jotm.core.conflict with parameters of type TransactionConflict
 void ConflictManager.addIgnoreConflict(TransactionConflict txConflict)
          Add a new ignore-conflict relationship.
 void ConflictManager.removeIgnoreConflict(TransactionConflict txConflict)
          Remove given ignore-connflict relationship.