org.objectweb.jotm.core.conflict
Interface Conflict


public interface Conflict

The Conflict interface reflects a commutativity relation between two operations of an object. Conflict is used as a record in ConflictTable.


Method Summary
 ConflictHandler getConflictHandler()
           
 Dependency getDependency()
           
 java.lang.String getHoldOperation()
           
 java.lang.String getReqestOperation()
           
 boolean isConflict()
           
 

Method Detail

getHoldOperation

public java.lang.String getHoldOperation()

getReqestOperation

public java.lang.String getReqestOperation()

isConflict

public boolean isConflict()

getDependency

public Dependency getDependency()

getConflictHandler

public ConflictHandler getConflictHandler()