org.ofbiz.entity.transaction
Interface TransactionFactoryInterface
- All Known Implementing Classes:
- DumbFactory, GeronimoTransactionFactory, JNDIFactory
public interface TransactionFactoryInterface
TransactionFactory - central source for JTA objects
getTransactionManager
javax.transaction.TransactionManager getTransactionManager()
getUserTransaction
javax.transaction.UserTransaction getUserTransaction()
getTxMgrName
java.lang.String getTxMgrName()
getConnection
java.sql.Connection getConnection(GenericHelperInfo helperInfo)
throws java.sql.SQLException,
GenericEntityException
- Throws:
java.sql.SQLException
GenericEntityException
shutdown
void shutdown()