Uses of Interface
javax.transaction.Synchronization

Packages that use Synchronization
com.caucho.amber.manager   
com.caucho.config.gen   
com.caucho.ejb.util   
com.caucho.server.webbeans   
com.caucho.transaction   
javax.transaction   
 

Uses of Synchronization in com.caucho.amber.manager
 

Classes in com.caucho.amber.manager that implement Synchronization
 class AmberConnection
          The entity manager from a entity manager proxy.
 class AmberEntityManager
          The entity manager from a entity manager proxy.
 class CacheConnection
          The entity manager from a entity manager proxy.
 

Uses of Synchronization in com.caucho.config.gen
 

Classes in com.caucho.config.gen that implement Synchronization
 class SynchronizationAdapter
          Utilities
 

Uses of Synchronization in com.caucho.ejb.util
 

Classes in com.caucho.ejb.util that implement Synchronization
static class XAManager.SynchronizationAdapter
           
 

Uses of Synchronization in com.caucho.server.webbeans
 

Classes in com.caucho.server.webbeans that implement Synchronization
 class XAContextContainer
          Container for an @TransactionScoped bean
 

Uses of Synchronization in com.caucho.transaction
 

Methods in com.caucho.transaction with parameters of type Synchronization
 void TransactionImpl.registerInterposedSynchronization(Synchronization synchronization)
          Registers synchronization interposed by container resources such as the JPA persistence provider.
 void TransactionSynchronizationRegistryImpl.registerInterposedSynchronization(Synchronization synchronization)
           
 void TransactionImpl.registerSynchronization(Synchronization synchronization)
          Register a synchronization callback
 

Uses of Synchronization in javax.transaction
 

Methods in javax.transaction with parameters of type Synchronization
 void TransactionSynchronizationRegistry.registerInterposedSynchronization(Synchronization synchronization)
           
 void Transaction.registerSynchronization(Synchronization sync)
          Registers a synchronization.