public interface TransactionFactoryInterface
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection(String helperName) |
TransactionManager |
getTransactionManager() |
String |
getTxMgrName() |
UserTransaction |
getUserTransaction() |
void |
removeDatasource(String helperName)
Removes a datasource, and if necessary, shuts it down
|
TransactionManager getTransactionManager()
UserTransaction getUserTransaction()
String getTxMgrName()
Connection getConnection(String helperName) throws SQLException, GenericEntityException
SQLExceptionGenericEntityExceptionvoid removeDatasource(String helperName)
helperName - The name of the datasource to removeCopyright © 2024 Atlassian. All rights reserved.