com.ibm.websphere.jtaextensions

Uses of Interface SynchronizationCallback

Packages that use SynchronizationCallback

Package Description
com.ibm.websphere.jtaextensions

Uses of SynchronizationCallback in com.ibm.websphere.jtaextensions

Modifier and Type Method and Description
  1. void
ExtendedJTATransaction.registerSynchronizationCallback(SynchronizationCallback sync)
Register a SynchronizationCallback SynchronizationCallback object with the transaction manager.
  1. void
ExtendedJTATransaction.registerSynchronizationCallbackForCurrentTran(SynchronizationCallback sync)
Deprecated. This method is deprecated in favor of registerInterposedSynchronization on javax.transaction.TransactionSynchronizationRegistry.
  1. void
ExtendedJTATransaction.unRegisterSynchronizationCallback(SynchronizationCallback sync)
Unregister a previously registered SynchronizationCallbackobject, sync.