Uses of Interface
com.sun.mfwk.trans.MfTranInterface

Packages that use MfTranInterface
com.sun.mfwk.trans Provides the classes of the Java Transaction API.  
 

Uses of MfTranInterface in com.sun.mfwk.trans
 

Subinterfaces of MfTranInterface in com.sun.mfwk.trans
 interface MfTranReport
          MfTranReport defines a transaction instance (report mode).
 interface MfTransaction
          MfTransaction defines a transaction instance (start/stop mode).
 interface MfTransactionDefinition
          MfTransactionDefinition defines a transaction type.
 

Classes in com.sun.mfwk.trans that implement MfTranInterface
 class MfGenericTransactionImpl
          Generic class for transaction classes.
 class MfTranInterfaceImpl
          Manages errors for transaction classes.