Interface TransactionManagerAccess
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractJtaPlatform
,AtomikosJtaPlatform
,BitronixJtaPlatform
,BorlandEnterpriseServerJtaPlatform
,JBossAppServerJtaPlatform
,JBossStandAloneJtaPlatform
,JOnASJtaPlatform
,JOTMJtaPlatform
,JRun4JtaPlatform
,OC4JJtaPlatform
,OrionJtaPlatform
,ResinJtaPlatform
,SapNetWeaverJtaPlatform
,SunOneJtaPlatform
,TestingJtaPlatformImpl
,WeblogicJtaPlatform
,WebSphereExtendedJtaPlatform
,WebSphereJtaPlatform
,WebSphereLibertyJtaPlatform
,WildFlyStandAloneJtaPlatform
public interface TransactionManagerAccess extends Serializable
Provides access to aTransactionManager
for use byTransactionManager
-basedJtaSynchronizationStrategy
implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransactionManager
getTransactionManager()
Obtain the transaction manager
-
-
-
Method Detail
-
getTransactionManager
TransactionManager getTransactionManager()
Obtain the transaction manager- Returns:
- The transaction manager.
-
-