Uses of Interface
org.objectweb.speedo.workingset.api.TransactionItf

Packages that use TransactionItf
org.objectweb.speedo.mapper.rdb The Rdb (relational database) mapper definition 
org.objectweb.speedo.pm.api   
org.objectweb.speedo.pm.lib   
org.objectweb.speedo.workingset.ejb.api   
org.objectweb.speedo.workingset.ejb.lib   
org.objectweb.speedo.workingset.jdo.api   
org.objectweb.speedo.workingset.jdo.lib   
org.objectweb.speedo.workingset.lib   
 

Uses of TransactionItf in org.objectweb.speedo.mapper.rdb
 

Fields in org.objectweb.speedo.mapper.rdb declared as TransactionItf
protected  TransactionItf JDBCConnectionHolder.workingSet
          The workingSet attached to this connection holder
 

Uses of TransactionItf in org.objectweb.speedo.pm.api
 

Methods in org.objectweb.speedo.pm.api that return TransactionItf
 TransactionItf POManagerItf.getSpeedoTransaction()
           
 

Uses of TransactionItf in org.objectweb.speedo.pm.lib
 

Fields in org.objectweb.speedo.pm.lib declared as TransactionItf
protected  TransactionItf AbstractPOManager.tx
          The transaction associated to this po manager.
 

Methods in org.objectweb.speedo.pm.lib that return TransactionItf
 TransactionItf AbstractPOManager.getSpeedoTransaction()
           
 

Uses of TransactionItf in org.objectweb.speedo.workingset.ejb.api
 

Subinterfaces of TransactionItf in org.objectweb.speedo.workingset.ejb.api
 interface EJBTransactionItf
           
 

Uses of TransactionItf in org.objectweb.speedo.workingset.ejb.lib
 

Classes in org.objectweb.speedo.workingset.ejb.lib that implement TransactionItf
 class EJBTransactionImpl
          Implements the EJB transaction API since the generic speedo implementation.
 

Uses of TransactionItf in org.objectweb.speedo.workingset.jdo.api
 

Subinterfaces of TransactionItf in org.objectweb.speedo.workingset.jdo.api
 interface JDOTransactionItf
          This interfaces defines the transaction concept in Speedo.
 

Uses of TransactionItf in org.objectweb.speedo.workingset.jdo.lib
 

Classes in org.objectweb.speedo.workingset.jdo.lib that implement TransactionItf
 class JDOTransactionImpl
          Is a working set assocaited to a POManagerItf.
 

Uses of TransactionItf in org.objectweb.speedo.workingset.lib
 

Classes in org.objectweb.speedo.workingset.lib that implement TransactionItf
 class AbstractTransaction
           
 

Fields in org.objectweb.speedo.workingset.lib declared as TransactionItf
protected  TransactionItf AbstractTransaction.thisT
          the reference to this component in Speedo