Package org.apache.batchee.spi
Interface TransactionManagementService
-
- All Superinterfaces:
BatchService
- All Known Implementing Classes:
DefaultBatchTransactionService
,NoTxMgrBatchTransactionService
,UserTransactionTransactionService
public interface TransactionManagementService extends BatchService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransactionManagerAdapter
getTransactionManager(javax.batch.runtime.context.StepContext stepContext)
-
Methods inherited from interface org.apache.batchee.spi.BatchService
init
-
-
-
-
Method Detail
-
getTransactionManager
TransactionManagerAdapter getTransactionManager(javax.batch.runtime.context.StepContext stepContext)
-
-