Class WebSphereTransactionController

    • Constructor Detail

      • WebSphereTransactionController

        public WebSphereTransactionController()
    • Method Detail

      • getTxManagerFactoryClass

        protected java.lang.String getTxManagerFactoryClass()
      • getTxManagerFactoryMethod

        protected java.lang.String getTxManagerFactoryMethod()
      • acquireTransactionManager

        protected javax.transaction.TransactionManager acquireTransactionManager()
                                                                          throws java.lang.Exception
        INTERNAL: Obtain and return the JTA TransactionManager on this platform. This will be called once when the controller is initialized.
        Overrides:
        acquireTransactionManager in class JTATransactionController
        Returns:
        The TransactionManager for the transaction system
        Throws:
        java.lang.Exception