com.arjuna.ats.arjuna.recovery
Interface RecoveryScan


public interface RecoveryScan

Interface for users to receive a callback whenever a recovery scan completes.


Method Summary
 void completed()
          This operation is invoked by the recovery manager when a recovery scan completes.
 

Method Detail

completed

void completed()
This operation is invoked by the recovery manager when a recovery scan completes. It does not indicate that all inflight transactions and resources have been recovered (some may have failed to recovery, for instance), only that all of the recovery modules have finished and indicated they have done as much as they can on this scan.



Copyright © 2011. All Rights Reserved.