com.ibm.batch.container.services.impl
Class BatchTransactionServiceImpl

java.lang.Object
  extended by com.ibm.batch.container.services.impl.BatchTransactionServiceImpl
All Implemented Interfaces:
IBatchServiceBase, ITransactionManagementService

public class BatchTransactionServiceImpl
extends Object
implements ITransactionManagementService


Field Summary
static String JAVAX_TRANSACTION_MANAGER_SPI_PROPNAME
           
 
Constructor Summary
BatchTransactionServiceImpl()
          constructor
 
Method Summary
 TransactionManagerSPI getTransactionManager(StepContext<?,?> stepContext)
           
 void init(IBatchConfig batchConfig)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVAX_TRANSACTION_MANAGER_SPI_PROPNAME

public static final String JAVAX_TRANSACTION_MANAGER_SPI_PROPNAME
See Also:
Constant Field Values
Constructor Detail

BatchTransactionServiceImpl

public BatchTransactionServiceImpl()
constructor

Method Detail

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.