public class TransactionFactoryInterfaceWrapper extends Object implements org.ofbiz.core.entity.transaction.TransactionFactoryInterface
| Constructor and Description |
|---|
TransactionFactoryInterfaceWrapper(org.ofbiz.core.entity.transaction.TransactionFactoryInterface wrappedTransactionFactory) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection(String s) |
TransactionManager |
getTransactionManager() |
String |
getTxMgrName() |
UserTransaction |
getUserTransaction() |
void |
removeDatasource(String s) |
public TransactionFactoryInterfaceWrapper(org.ofbiz.core.entity.transaction.TransactionFactoryInterface wrappedTransactionFactory)
public TransactionManager getTransactionManager()
getTransactionManager in interface org.ofbiz.core.entity.transaction.TransactionFactoryInterfacepublic UserTransaction getUserTransaction()
getUserTransaction in interface org.ofbiz.core.entity.transaction.TransactionFactoryInterfacepublic String getTxMgrName()
getTxMgrName in interface org.ofbiz.core.entity.transaction.TransactionFactoryInterfacepublic Connection getConnection(String s) throws SQLException, org.ofbiz.core.entity.GenericEntityException
getConnection in interface org.ofbiz.core.entity.transaction.TransactionFactoryInterfaceSQLExceptionorg.ofbiz.core.entity.GenericEntityExceptionpublic void removeDatasource(String s)
removeDatasource in interface org.ofbiz.core.entity.transaction.TransactionFactoryInterfaceCopyright © 2002-2021 Atlassian. All Rights Reserved.