Uses of Interface
org.objectweb.speedo.api.Transaction

Packages that use Transaction
org.objectweb.speedo.api   
org.objectweb.speedo.runtime   
org.objectweb.speedo.runtime.concurrence.optimistic   
org.objectweb.speedo.runtime.genclass   
org.objectweb.speedo.runtime.persistence   
 

Uses of Transaction in org.objectweb.speedo.api
 

Methods in org.objectweb.speedo.api that return Transaction
 Transaction SpeedoAccessor.jdoGetTransaction()
           
 

Methods in org.objectweb.speedo.api with parameters of type Transaction
 void SpeedoAccessor.jdoSetTransaction(Transaction tx)
          Assignes the context with which the accessor is bound.
 

Uses of Transaction in org.objectweb.speedo.runtime
 

Classes in org.objectweb.speedo.runtime that implement Transaction
 class SpeedoTransaction
           
 

Uses of Transaction in org.objectweb.speedo.runtime.concurrence.optimistic
 

Fields in org.objectweb.speedo.runtime.concurrence.optimistic declared as Transaction
protected  Transaction BasicSpeedoAccessor.tx
           
 

Methods in org.objectweb.speedo.runtime.concurrence.optimistic that return Transaction
 Transaction BasicSpeedoAccessor.jdoGetTransaction()
           
 

Methods in org.objectweb.speedo.runtime.concurrence.optimistic with parameters of type Transaction
 void BasicSpeedoAccessor.jdoSetTransaction(Transaction tx)
           
 

Uses of Transaction in org.objectweb.speedo.runtime.genclass
 

Fields in org.objectweb.speedo.runtime.genclass declared as Transaction
protected  Transaction GenClass.tx
          This field is the transaction (Working set associate to the proxy used in pessimistic mode or outside transaction.
 

Methods in org.objectweb.speedo.runtime.genclass that return Transaction
 Transaction GenClass.jdoGetTransaction()
           
 

Methods in org.objectweb.speedo.runtime.genclass with parameters of type Transaction
 void GenClass.jdoSetTransaction(Transaction tx)
           
 

Uses of Transaction in org.objectweb.speedo.runtime.persistence
 

Methods in org.objectweb.speedo.runtime.persistence with parameters of type Transaction
protected  void SpeedoTransactionalPersistenceManager.closeDataAccess(Transaction tx, java.lang.Object da)