org.objectweb.transaction.api.transaction
Interface TransactionHolderFeature

All Superinterfaces:
Feature

public interface TransactionHolderFeature
extends Feature

This interface allows to access to the associated Transaction.

Version:
0.1
Author:
Romain Rouvoy

Field Summary
 
Fields inherited from interface org.objectweb.transaction.api.Feature
FEATURE
 
Method Summary
 Identity getTransaction()
          Provides the reference of the associated transaction.
 

Method Detail

getTransaction

public Identity getTransaction()
Provides the reference of the associated transaction.

Returns:
the reference on the component interface of the transaction