com.atomikos.icatch.trmi
Interface RecoveryServer

All Superinterfaces:
Remote
All Known Implementing Classes:
_RecoveryServer_Stub, _TrmiTransactionManager_Stub, TrmiTransactionManager, TrmiTransactionManager_Stub

public interface RecoveryServer
extends Remote

A server for recovery.


Method Summary
 Boolean replayCompletion(String root, Participant participant)
          Replay completion for given root, on given participant.
 

Method Detail

replayCompletion

Boolean replayCompletion(String root,
                         Participant participant)
                         throws RemoteException,
                                SysException
Replay completion for given root, on given participant.

Parameters:
root - The root.
participant - The participant.
Throws:
RemoteException - On remote failure.
SysException


Copyright © 2012. All Rights Reserved.