com.atomikos.persistence
Interface StateRecoveryManager

All Known Implementing Classes:
StateRecoveryManagerImp

public interface StateRecoveryManager

A state recovery manager is responsible for reconstructing StateRecoverable instances based on the history.


Method Summary
 void close()
          Shutdown.
 void register(RecoverableCoordinator staterecoverable)
          Register a staterecoverable with the recovery manager service.
 

Method Detail

register

void register(RecoverableCoordinator staterecoverable)
Register a staterecoverable with the recovery manager service.

Parameters:
staterecoverable - The object that wants recoverable states.

close

void close()
           throws LogException
Shutdown.

Throws:
LogException - For underlying log failure.


Copyright © 2016. All Rights Reserved.