org.objectweb.transaction.api.conflict
Interface ConflitOperationFeature

All Superinterfaces:
Feature

public interface ConflitOperationFeature
extends Feature

Feature providing conflict the operation element in the conflict definition.

Version:
0.1
Author:
Romain Rouvoy

Field Summary
 
Fields inherited from interface org.objectweb.transaction.api.Feature
FEATURE
 
Method Summary
 java.lang.String getOperation()
          Provides the name of the related method.
 

Method Detail

getOperation

public java.lang.String getOperation()
Provides the name of the related method.

Returns:
the name of the method.