Uses of Interface
com.ibm.websphere.jtaextensions.SynchronizationCallback

Packages that use SynchronizationCallback
com.ibm.websphere.jtaextensions   
 

Uses of SynchronizationCallback in com.ibm.websphere.jtaextensions
 

Methods in com.ibm.websphere.jtaextensions with parameters of type SynchronizationCallback
 void ExtendedJTATransaction.registerSynchronizationCallback(SynchronizationCallback sync)
          Register a SynchronizationCallback SynchronizationCallback object with the transaction manager.
 void ExtendedJTATransaction.registerSynchronizationCallbackForCurrentTran(SynchronizationCallback sync)
          Deprecated. This method is deprecated in favor of registerInterposedSynchronization on javax.transaction.TransactionSynchronizationRegistry.
 void ExtendedJTATransaction.unRegisterSynchronizationCallback(SynchronizationCallback sync)
          Unregister a previously registered SynchronizationCallback object, sync.