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 Summary
Modifier and TypeMethodDescriptiongetConnection(String helperName) javax.transaction.TransactionManagerjavax.transaction.UserTransactionvoidremoveDatasource(String helperName) Removes a datasource, and if necessary, shuts it down
-
Method Details
-
getTransactionManager
javax.transaction.TransactionManager getTransactionManager() -
getUserTransaction
javax.transaction.UserTransaction getUserTransaction() -
getTxMgrName
String getTxMgrName() -
getConnection
- Throws:
SQLExceptionGenericEntityException
-
removeDatasource
Removes a datasource, and if necessary, shuts it down- Parameters:
helperName- The name of the datasource to remove
-