Uses of Interface
javax.transaction.Transaction
Packages that use Transaction
Package
Description
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 javax.transaction
Methods in javax.transaction that return TransactionModifier and TypeMethodDescriptionTransactionManager.getTransaction()Get the transaction object that represents the transaction context of the calling thread.TransactionManager.suspend()Suspend the transaction currently associated with the calling thread and return a Transaction object that represents the transaction context being suspended.Methods in javax.transaction with parameters of type TransactionModifier and TypeMethodDescriptionvoidTransactionManager.resume(Transaction tobj) Resume the transaction context association of the calling thread with the transaction represented by the supplied Transaction object.