Class BatchTransactionServiceImpl
- java.lang.Object
-
- com.ibm.jbatch.container.services.impl.BatchTransactionServiceImpl
-
- All Implemented Interfaces:
IBatchServiceBase,ITransactionManagementService
public class BatchTransactionServiceImpl extends Object implements ITransactionManagementService
-
-
Constructor Summary
Constructors Constructor Description BatchTransactionServiceImpl()constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransactionManagerAdaptergetTransactionManager(jakarta.batch.runtime.context.StepContext stepContext)voidinit(IBatchConfig batchConfig)voidshutdown()
-
-
-
Method Detail
-
init
public void init(IBatchConfig batchConfig) throws BatchContainerServiceException
- Specified by:
initin interfaceIBatchServiceBase- Throws:
BatchContainerServiceException
-
shutdown
public void shutdown() throws BatchContainerServiceException- Specified by:
shutdownin interfaceIBatchServiceBase- Throws:
BatchContainerServiceException
-
getTransactionManager
public TransactionManagerAdapter getTransactionManager(jakarta.batch.runtime.context.StepContext stepContext) throws TransactionManagementException
- Specified by:
getTransactionManagerin interfaceITransactionManagementService- Throws:
TransactionManagementException
-
-