com.atomikos.icatch
Interface RecoveryService


public interface RecoveryService

A handle to the TM that resources can use to recover.


Method Summary
 String getName()
           
 RecoveryLog getRecoveryLog()
           
 

Method Detail

getName

String getName()
Returns:
String The unique name of the TM. Resources can use this name to determine what resource transactions need to be considered for recovery by this transaction service.

getRecoveryLog

RecoveryLog getRecoveryLog()


Copyright © 2016. All Rights Reserved.