Package com.arjuna.ats.arjuna.recovery
Interface RecoveryScan
-
public interface RecoveryScanInterface for users to receive a callback whenever a recovery scan completes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcompleted()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.
-
-