类的使用
org.springframework.transaction.jta.JtaTransactionObject
使用JtaTransactionObject的程序包 程序包 说明 org.springframework.transaction.jta Transaction SPI implementation for JTA.org.springframework.transaction.jta中JtaTransactionObject的使用
返回JtaTransactionObject的org.springframework.transaction.jta中的方法 修饰符和类型 方法 说明 protected JtaTransactionObjectJtaTransactionManager. doGetJtaTransaction(UserTransaction ut)Get a JTA transaction object for the given current UserTransaction.参数类型为JtaTransactionObject的org.springframework.transaction.jta中的方法 修饰符和类型 方法 说明 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.