Package | Description |
---|---|
org.springframework.transaction.jta |
Transaction SPI implementation for JTA.
|
Modifier and Type | Method and Description |
---|---|
protected JtaTransactionObject |
JtaTransactionManager.doGetJtaTransaction(UserTransaction ut)
Get a JTA transaction object for the given current UserTransaction.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JtaTransactionManager.applyIsolationLevel(JtaTransactionObject txObject,
int isolationLevel)
Apply the given transaction isolation level.
|
protected void |
JtaTransactionManager.applyTimeout(JtaTransactionObject txObject,
int timeout)
Apply the given transaction timeout.
|
protected void |
WebLogicJtaTransactionManager.doJtaBegin(JtaTransactionObject txObject,
TransactionDefinition definition) |
protected void |
JtaTransactionManager.doJtaBegin(JtaTransactionObject txObject,
TransactionDefinition definition)
Perform a JTA begin on the JTA UserTransaction or TransactionManager.
|
protected void |
WebLogicJtaTransactionManager.doJtaResume(JtaTransactionObject txObject,
Object suspendedTransaction) |
protected void |
JtaTransactionManager.doJtaResume(JtaTransactionObject txObject,
Object suspendedTransaction)
Perform a JTA resume on the JTA TransactionManager.
|
protected Object |
JtaTransactionManager.doJtaSuspend(JtaTransactionObject txObject)
Perform a JTA suspend on the JTA TransactionManager.
|
protected void |
JtaTransactionManager.doRegisterAfterCompletionWithJtaTransaction(JtaTransactionObject txObject,
List<TransactionSynchronization> synchronizations)
Register a JTA synchronization on the JTA TransactionManager, for calling
afterCompletion on the given Spring TransactionSynchronizations. |
protected void |
WebSphereUowTransactionManager.doRegisterAfterCompletionWithJtaTransaction(JtaTransactionObject txObject,
List<TransactionSynchronization> synchronizations)
Registers the synchronizations as interposed JTA Synchronization on the UOWManager.
|