org.objectweb.transaction.api.transaction
Interface TransactionStatusFeature

All Superinterfaces:
Feature

public interface TransactionStatusFeature
extends Feature

Feature providing an access to the current status value

Version:
0.1
Author:
Romain Rouvoy
ADL:
name="STATUS_FEATURE" value="status-feature"

Field Summary
static java.lang.String STATUS_FEATURE
          Identifier for the ADL
 
Fields inherited from interface org.objectweb.transaction.api.Feature
FEATURE
 
Method Summary
 TransactionStatus getStatus()
          Provides the value of the current status
 

Field Detail

STATUS_FEATURE

public static final java.lang.String STATUS_FEATURE
Identifier for the ADL

See Also:
Constant Field Values
Method Detail

getStatus

public TransactionStatus getStatus()
Provides the value of the current status

Returns:
the current associated status