com.ibm.batch.container.services.impl
Class BatchTransactionServiceImpl
java.lang.Object
com.ibm.batch.container.services.impl.BatchTransactionServiceImpl
- All Implemented Interfaces:
- IBatchServiceBase, ITransactionManagementService
public class BatchTransactionServiceImpl
- extends Object
- implements ITransactionManagementService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAVAX_TRANSACTION_MANAGER_SPI_PROPNAME
public static final String JAVAX_TRANSACTION_MANAGER_SPI_PROPNAME
- See Also:
- Constant Field Values
BatchTransactionServiceImpl
public BatchTransactionServiceImpl()
- constructor
init
public void init(IBatchConfig batchConfig)
throws BatchContainerServiceException
- Specified by:
init in interface IBatchServiceBase
- Throws:
BatchContainerServiceException
shutdown
public void shutdown()
throws BatchContainerServiceException
- Specified by:
shutdown in interface IBatchServiceBase
- Throws:
BatchContainerServiceException
getTransactionManager
public TransactionManagerSPI getTransactionManager(StepContext<?,?> stepContext)
throws TransactionManagementException
- Specified by:
getTransactionManager in interface ITransactionManagementService
- Throws:
TransactionManagementException
Copyright © 2013. All Rights Reserved.