Uses of Interface
org.jboss.seam.transaction.Synchronizations

Packages that use Synchronizations
org.jboss.seam.transaction   
 

Uses of Synchronizations in org.jboss.seam.transaction
 

Classes in org.jboss.seam.transaction that implement Synchronizations
 class SeSynchronizations
          This implementation does not have access to the JTA TransactionManager, so it is not fully aware of container managed transaction lifecycle, and is not able to register Synchronizations with a container managed transaction.
 class TransactionManagerSynchronizations
          Synchronizations implementation that registers synchronizations with a JTA TransactionManager
 

Methods in org.jboss.seam.transaction that return Synchronizations
 Synchronizations AbstractUserTransaction.getSynchronizations()
           
 

Methods in org.jboss.seam.transaction with parameters of type Synchronizations
 void HibernateTransaction.init(Synchronizations sync)
           
 void EntityTransaction.init(Synchronizations sync)
           
protected  void AbstractUserTransaction.setSynchronizations(Synchronizations synchronizations)
           
 

Constructors in org.jboss.seam.transaction with parameters of type Synchronizations
CMTTransaction(javax.ejb.EJBContext ejbContext, Synchronizations sync)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.