Uses of Interface
jakarta.transaction.Synchronization
-
Packages that use Synchronization Package Description com.sun.xml.ws.tx.at com.sun.xml.ws.tx.at.common com.sun.xml.ws.tx.at.internal com.sun.xml.ws.tx.at.runtime jakarta.transaction Provides the API that defines the contract between the transaction manager and the various parties involved in a distributed transaction namely : resource manager, application, and application server. -
-
Uses of Synchronization in com.sun.xml.ws.tx.at
Classes in com.sun.xml.ws.tx.at that implement Synchronization Modifier and Type Class Description classWSATSynchronizationVolatile WS-AT Participant -
Uses of Synchronization in com.sun.xml.ws.tx.at.common
Methods in com.sun.xml.ws.tx.at.common with parameters of type Synchronization Modifier and Type Method Description voidTransactionManagerImpl. registerInterposedSynchronization(Synchronization synchronization)voidTransactionManagerImpl. registerSynchronization(Synchronization sync) -
Uses of Synchronization in com.sun.xml.ws.tx.at.internal
Methods in com.sun.xml.ws.tx.at.internal with parameters of type Synchronization Modifier and Type Method Description voidTransactionServicesImpl. registerSynchronization(Synchronization synchronization, Xid xid) -
Uses of Synchronization in com.sun.xml.ws.tx.at.runtime
Methods in com.sun.xml.ws.tx.at.runtime with parameters of type Synchronization Modifier and Type Method Description voidTransactionServices. registerSynchronization(Synchronization synchronization, Xid xid)Called by Registration service to register a volatile participant -
Uses of Synchronization in jakarta.transaction
Methods in jakarta.transaction with parameters of type Synchronization Modifier and Type Method Description voidTransactionSynchronizationRegistry. registerInterposedSynchronization(Synchronization sync)Register a Synchronization instance with special ordering semantics.voidTransaction. registerSynchronization(Synchronization sync)Register a synchronization object for the transaction currently associated with the target object.
-