Uses of Interface
com.ibm.websphere.jtaextensions.SynchronizationCallback
- 
Packages that use SynchronizationCallback Package Description com.ibm.websphere.jtaextensions 
- 
- 
Uses of SynchronizationCallback in com.ibm.websphere.jtaextensionsMethods in com.ibm.websphere.jtaextensions with parameters of type SynchronizationCallback Modifier and Type Method Description voidExtendedJTATransaction. registerSynchronizationCallback(SynchronizationCallback sync)Register a SynchronizationCallbackSynchronizationCallbackobject with the transaction manager.voidExtendedJTATransaction. registerSynchronizationCallbackForCurrentTran(SynchronizationCallback sync)Deprecated.This method is deprecated in favor of registerInterposedSynchronization on javax.transaction.TransactionSynchronizationRegistry.voidExtendedJTATransaction. unRegisterSynchronizationCallback(SynchronizationCallback sync)Unregister a previously registeredSynchronizationCallbackobject,sync.
 
-