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

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

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

Methods in org.objectweb.jotm.core.conflict that return Conflict
 Conflict TransactionConflict.getConflict()
           
 Conflict ConflictManager.getConflict(BasicTransaction holdTx, BasicTransaction requestTx, java.lang.String holdOperation, java.lang.String requestOperation, java.lang.Object obj)
          Get conflict.
 

Methods in org.objectweb.jotm.core.conflict with parameters of type Conflict
 boolean ConflictHandler.handleConflict(Conflict con)
          Handle conflict.