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

Packages that use Synchronizations
org.jboss.seam.persistence.transaction   
 

Uses of Synchronizations in org.jboss.seam.persistence.transaction
 

Subinterfaces of Synchronizations in org.jboss.seam.persistence.transaction
 interface LocalEjbSynchronizations
          Local interface for EjbTransaction
 

Classes in org.jboss.seam.persistence.transaction that implement Synchronizations
 class EjbSynchronizations
          Receives JTA transaction completion notifications from the EJB container, and passes them on to the registered 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.
 

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

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

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



Copyright © 2010 Seam Framework. All Rights Reserved.