com.sun.mfwk.trans
Interface MfGenericTransaction

All Superinterfaces:
java.util.EventListener, javax.management.NotificationListener
All Known Subinterfaces:
MfTranReport, MfTransaction
All Known Implementing Classes:
MfGenericTransactionImpl

public interface MfGenericTransaction
extends javax.management.NotificationListener


Method Summary
 MfTransactionDefinition getDefinition()
          Returns the related MfTransactionDefinition.
 MfGenericTransaction getParentTrans()
          Returns the parent MfTransaction.
 
Methods inherited from interface javax.management.NotificationListener
handleNotification
 

Method Detail

getDefinition

public MfTransactionDefinition getDefinition()
Returns the related MfTransactionDefinition.


getParentTrans

public MfGenericTransaction getParentTrans()
Returns the parent MfTransaction.