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