Interface TransactionFactoryInterface

All Known Implementing Classes:
DumbFactory, JNDIAutomaticFactory, JNDIFactory, JotmFactory, TyrexFactory

public interface TransactionFactoryInterface
TyrexTransactionFactory - central source for Tyrex JTA objects Created July 1, 2001, 5:03 PM
Version:
1.0
Author:
David E. Jones
  • Method Details

    • getTransactionManager

      javax.transaction.TransactionManager getTransactionManager()
    • getUserTransaction

      javax.transaction.UserTransaction getUserTransaction()
    • getTxMgrName

      String getTxMgrName()
    • getConnection

      Connection getConnection(String helperName) throws SQLException, GenericEntityException
      Throws:
      SQLException
      GenericEntityException
    • removeDatasource

      void removeDatasource(String helperName)
      Removes a datasource, and if necessary, shuts it down
      Parameters:
      helperName - The name of the datasource to remove