Class GeronimoTransactionFactory
java.lang.Object
org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory
- All Implemented Interfaces:
TransactionFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetConnection
(GenericHelperInfo helperInfo) javax.transaction.TransactionManager
javax.transaction.UserTransaction
void
shutdown()
-
Constructor Details
-
GeronimoTransactionFactory
public GeronimoTransactionFactory()
-
-
Method Details
-
getTransactionManager
public javax.transaction.TransactionManager getTransactionManager()- Specified by:
getTransactionManager
in interfaceTransactionFactory
-
getUserTransaction
public javax.transaction.UserTransaction getUserTransaction()- Specified by:
getUserTransaction
in interfaceTransactionFactory
-
getTxMgrName
- Specified by:
getTxMgrName
in interfaceTransactionFactory
-
getConnection
public Connection getConnection(GenericHelperInfo helperInfo) throws SQLException, GenericEntityException - Specified by:
getConnection
in interfaceTransactionFactory
- Throws:
SQLException
GenericEntityException
-
shutdown
public void shutdown()- Specified by:
shutdown
in interfaceTransactionFactory
-