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

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

public class BatchTransactionServiceImpl
extends Object
implements ITransactionManagementService


Constructor Summary
BatchTransactionServiceImpl()
          constructor
 
Method Summary
 TransactionManagerAdapter 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
 

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 TransactionManagerAdapter getTransactionManager(StepContext stepContext)
                                                throws TransactionManagementException
Specified by:
getTransactionManager in interface ITransactionManagementService
Throws:
TransactionManagementException


Copyright © 2013. All Rights Reserved.