public class ATCoordinatorRecoveryModule extends Object implements XTSRecoveryModule
| Modifier | Constructor and Description |
|---|---|
|
ATCoordinatorRecoveryModule() |
protected |
ATCoordinatorRecoveryModule(String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
install()
called by the service startup code before the recovery module is added to the recovery managers
module list
|
void |
periodicWorkFirstPass()
This is called periodically by the RecoveryManager
|
void |
periodicWorkSecondPass()
Called by the RecoveryManager RECOVERY_BACKOFF_PERIOD seconds
after the completion of the first pass
|
void |
uninstall()
module list in order to allow the implementations list to be purged of this module's implementations
|
public ATCoordinatorRecoveryModule()
protected ATCoordinatorRecoveryModule(String type)
public void install()
install in interface XTSRecoveryModulepublic void uninstall()
uninstall in interface XTSRecoveryModulepublic void periodicWorkFirstPass()
periodicWorkFirstPass in interface RecoveryModulepublic void periodicWorkSecondPass()
RecoveryModuleperiodicWorkSecondPass in interface RecoveryModuleCopyright © 2013. All rights reserved.