Interface TransactionManagerAccess
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractJtaPlatform,AtomikosJtaPlatform,BitronixJtaPlatform,BorlandEnterpriseServerJtaPlatform,JBossAppServerJtaPlatform,JBossStandAloneJtaPlatform,JOnASJtaPlatform,JOTMJtaPlatform,JRun4JtaPlatform,OC4JJtaPlatform,OrionJtaPlatform,ResinJtaPlatform,SapNetWeaverJtaPlatform,SunOneJtaPlatform,WeblogicJtaPlatform,WebSphereExtendedJtaPlatform,WebSphereJtaPlatform,WebSphereLibertyJtaPlatform,WildFlyStandAloneJtaPlatform
Provides access to a
TransactionManager for use by TransactionManager-based
JtaSynchronizationStrategy implementations.- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionObtain the transaction manager
-
Method Details
-
getTransactionManager
TransactionManager getTransactionManager()Obtain the transaction manager- Returns:
- The transaction manager.
-