com.atomikos.icatch.provider
Interface TransactionServiceProvider

All Superinterfaces:
TransactionService

public interface TransactionServiceProvider
extends TransactionService


Method Summary
 LogControl getLogControl()
           
 RecoveryService getRecoveryService()
           
 void init(java.util.Properties properties)
           
 void shutdown(long maxWaitTime)
           
 
Methods inherited from interface com.atomikos.icatch.TransactionService
addTSListener, createCompositeTransaction, getCompositeCoordinator, getCompositeTransaction, getParticipant, recreateCompositeTransaction, removeTSListener, shutdown
 

Method Detail

init

void init(java.util.Properties properties)
          throws SysException
Throws:
SysException

getLogControl

LogControl getLogControl()

getRecoveryService

RecoveryService getRecoveryService()

shutdown

void shutdown(long maxWaitTime)


Copyright © 2016. All Rights Reserved.