Interface TransactionManagerAccess
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractJtaPlatform
,AtomikosJtaPlatform
,GlassFishJtaPlatform
,JBossAppServerJtaPlatform
,JBossStandAloneJtaPlatform
,ResinJtaPlatform
,WeblogicJtaPlatform
,WebSphereLibertyJtaPlatform
,WildFlyStandAloneJtaPlatform
Provides access to a
TransactionManager
for use by TransactionManager
-based
JtaSynchronizationStrategy
implementations.-
Method Summary
Modifier and TypeMethodDescriptionObtain the transaction manager
-
Method Details
-
getTransactionManager
TransactionManager getTransactionManager()Obtain the transaction manager- Returns:
- The transaction manager.
-