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

Packages that use LocalEjbSynchronizations
org.jboss.seam.transaction Abstracts all possible transaction management APIs behind a JTA-compatible interface. 
 

Uses of LocalEjbSynchronizations in org.jboss.seam.transaction
 

Classes in org.jboss.seam.transaction that implement LocalEjbSynchronizations
 class EjbSynchronizations
          Receives JTA transaction completion notifications from the EJB container, and passes them on to the registered Synchronizations.