Uses of Package
com.ibm.websphere.jtaextensions
-
Packages that use com.ibm.websphere.jtaextensions Package Description com.ibm.websphere.jtaextensions -
Classes in com.ibm.websphere.jtaextensions used by com.ibm.websphere.jtaextensions Class Description CallbackNotRegisteredException The exception is thrown by the transaction manager if an attempt is made to unregister aSynchronizationCallback
that is not registered with theExtendedJTATransaction
.NotSupportedException The exception is thrown by the transaction manager if an attempt is made to register aSynchronizationCallback
in an environment or at a time when this function is not available.SynchronizationCallback An object implementing this interface is enlisted once through theExtendedJTATransaction
interface and receives notification of the completion of each subsequent transaction mediated by the transaction manager in the local JVM.