Uses of Class
org.springframework.transaction.jta.JtaTransactionObject
Packages that use JtaTransactionObject Package Description org.springframework.transaction.jta Transaction SPI implementation for JTA.Uses of JtaTransactionObject in org.springframework.transaction.jta
Methods in org.springframework.transaction.jta that return JtaTransactionObject Modifier and Type Method Description protected JtaTransactionObjectJtaTransactionManager. doGetJtaTransaction(UserTransaction ut)Get a JTA transaction object for the given current UserTransaction.Methods in org.springframework.transaction.jta with parameters of type JtaTransactionObject Modifier and Type Method Description protected voidJtaTransactionManager. applyIsolationLevel(JtaTransactionObject txObject, int isolationLevel)Apply the given transaction isolation level.protected voidJtaTransactionManager. applyTimeout(JtaTransactionObject txObject, int timeout)Apply the given transaction timeout.protected voidJtaTransactionManager. doJtaBegin(JtaTransactionObject txObject, TransactionDefinition definition)Perform a JTA begin on the JTA UserTransaction or TransactionManager.protected voidWebLogicJtaTransactionManager. doJtaBegin(JtaTransactionObject txObject, TransactionDefinition definition)protected voidJtaTransactionManager. doJtaResume(JtaTransactionObject txObject, Object suspendedTransaction)Perform a JTA resume on the JTA TransactionManager.protected voidWebLogicJtaTransactionManager. doJtaResume(JtaTransactionObject txObject, Object suspendedTransaction)protected ObjectJtaTransactionManager. doJtaSuspend(JtaTransactionObject txObject)Perform a JTA suspend on the JTA TransactionManager.protected voidJtaTransactionManager. doRegisterAfterCompletionWithJtaTransaction(JtaTransactionObject txObject, List<TransactionSynchronization> synchronizations)Register a JTA synchronization on the JTA TransactionManager, for callingafterCompletionon the given Spring TransactionSynchronizations.protected voidWebSphereUowTransactionManager. doRegisterAfterCompletionWithJtaTransaction(JtaTransactionObject txObject, List<TransactionSynchronization> synchronizations)Registers the synchronizations as interposed JTA Synchronization on the UOWManager.