Package com.ibm.jbatch.spi.services
Interface ITransactionManagementService
-
- All Superinterfaces:
IBatchServiceBase
- All Known Implementing Classes:
BatchTransactionServiceImpl
public interface ITransactionManagementService extends IBatchServiceBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransactionManagerAdaptergetTransactionManager(jakarta.batch.runtime.context.StepContext stepContext)-
Methods inherited from interface com.ibm.jbatch.spi.services.IBatchServiceBase
init, shutdown
-
-
-
-
Method Detail
-
getTransactionManager
TransactionManagerAdapter getTransactionManager(jakarta.batch.runtime.context.StepContext stepContext)
-
-