Interface TransactionManagerAccess

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractJtaPlatform, AtomikosJtaPlatform, GlassFishJtaPlatform, JBossAppServerJtaPlatform, JBossStandAloneJtaPlatform, ResinJtaPlatform, WeblogicJtaPlatform, WebSphereLibertyJtaPlatform, WildFlyStandAloneJtaPlatform

public interface TransactionManagerAccess extends Serializable
Provides access to a TransactionManager for use by TransactionManager-based JtaSynchronizationStrategy implementations.
  • Method Details

    • getTransactionManager

      TransactionManager getTransactionManager()
      Obtain the transaction manager
      Returns:
      The transaction manager.