Class SAPNetWeaverTransactionController

All Implemented Interfaces:
ExternalTransactionController

public class SAPNetWeaverTransactionController extends JTATransactionController
TransactionController implementation for SAP NetWeaver AS Java 7.1 (including EhP 1), 7.2 and follow-up releases.
  • Field Details

  • Constructor Details

    • SAPNetWeaverTransactionController

      public SAPNetWeaverTransactionController()
  • Method Details

    • acquireTransactionManager

      protected jakarta.transaction.TransactionManager acquireTransactionManager() throws Exception
      Description copied from class: JTATransactionController
      INTERNAL: Obtain and return the JTA TransactionManager on this platform. By default try java:comp JNDI lookup. This method can be can be overridden by subclasses to obtain the transaction manager by whatever means is appropriate to the server. This method is invoked by the constructor to initialize the transaction manager at instance-creation time. Alternatively the transaction manager can be set directly on the controller instance using the setTransactionManager() method after the instance has been created.
      Overrides:
      acquireTransactionManager in class JTATransactionController
      Returns:
      The TransactionManager for the transaction system
      Throws:
      Exception