Class SubordinationManager

java.lang.Object
com.arjuna.ats.internal.jta.transaction.arjunacore.jca.SubordinationManager

public class SubordinationManager extends Object
Utility factory class to return appropriate implementations of the TransactionImporter and XATerminator interfaces. This will automatically instantiate the correct implementations based on the use of the JTA or JTAX transaction manager configuration and is therefore preferred to instantiating a specific implementation class directly.
  • Constructor Details

    • SubordinationManager

      public SubordinationManager()
  • Method Details