Uses of Interface
jakarta.transaction.Transaction
-
Packages that use Transaction Package Description com.sun.xml.ws.tx.at com.sun.xml.ws.tx.at.common com.sun.xml.ws.tx.at.internal 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 Transaction in com.sun.xml.ws.tx.at
Methods in com.sun.xml.ws.tx.at that return Transaction Modifier and Type Method Description TransactionWSATHelper. getFromXidToTransactionMap(Xid xid)Called by transactionservices enlistResource before calling wsatgatewayrm.enlistMethods in com.sun.xml.ws.tx.at with parameters of type Transaction Modifier and Type Method Description voidWSATHelper. putToXidToTransactionMap(Xid xid, Transaction transaction)Called by client side outbound tube where suspended tx is placed -
Uses of Transaction in com.sun.xml.ws.tx.at.common
Methods in com.sun.xml.ws.tx.at.common that return Transaction Modifier and Type Method Description TransactionTransactionManagerImpl. getTransaction()TransactionTransactionManagerImpl. suspend()Methods in com.sun.xml.ws.tx.at.common with parameters of type Transaction Modifier and Type Method Description voidTransactionManagerImpl. resume(Transaction transaction) -
Uses of Transaction in com.sun.xml.ws.tx.at.internal
Methods in com.sun.xml.ws.tx.at.internal with parameters of type Transaction Modifier and Type Method Description XidWSATGatewayRM. registerWSATResource(Xid xid, XAResource wsatResource, Transaction tx)Enlist a foreign WS-AT resource in the current transaction. -
Uses of Transaction in jakarta.transaction
Methods in jakarta.transaction that return Transaction Modifier and Type Method Description TransactionTransactionManager. getTransaction()Get the transaction object that represents the transaction context of the calling thread.TransactionTransactionManager. suspend()Suspend the transaction currently associated with the calling thread and return a Transaction object that represents the transaction context being suspended.Methods in jakarta.transaction with parameters of type Transaction Modifier and Type Method Description voidTransactionManager. resume(Transaction tobj)Resume the transaction context association of the calling thread with the transaction represented by the supplied Transaction object.
-