org.objectweb.transaction.api.conflict
Interface ConflictCheckFeature

All Superinterfaces:
Feature

public interface ConflictCheckFeature
extends Feature

Feature for checking is a conflict component is really

Version:
0.1
Author:
Romain Rouvoy
ADL:
name="CONFLICT_CHECK_FEATURE" value="conflict-check-feature"

Field Summary
static java.lang.String CONFLICT_CHECK_FEATURE
          ADL Identifier
 
Fields inherited from interface org.objectweb.transaction.api.Feature
FEATURE
 
Method Summary
 boolean checkConflict()
          Checks if the current definition is conflictual
 

Field Detail

CONFLICT_CHECK_FEATURE

public static final java.lang.String CONFLICT_CHECK_FEATURE
ADL Identifier

See Also:
Constant Field Values
Method Detail

checkConflict

public boolean checkConflict()
Checks if the current definition is conflictual

Returns:
true if conflictual