Class NoTxMgrBatchTransactionService
- java.lang.Object
-
- org.apache.batchee.container.services.transaction.NoTxMgrBatchTransactionService
-
- All Implemented Interfaces:
BatchService
,TransactionManagementService
public class NoTxMgrBatchTransactionService extends Object implements TransactionManagementService
-
-
Constructor Summary
Constructors Constructor Description NoTxMgrBatchTransactionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransactionManagerAdapter
getTransactionManager(javax.batch.runtime.context.StepContext stepContext)
void
init(Properties batchConfig)
-
-
-
Method Detail
-
init
public void init(Properties batchConfig) throws BatchContainerServiceException
- Specified by:
init
in interfaceBatchService
- Throws:
BatchContainerServiceException
-
getTransactionManager
public TransactionManagerAdapter getTransactionManager(javax.batch.runtime.context.StepContext stepContext) throws TransactionManagementException
- Specified by:
getTransactionManager
in interfaceTransactionManagementService
- Throws:
TransactionManagementException
-
-