public class ATParticipantRecoveryModule extends Object implements XTSRecoveryModule
| Constructor and Description |
|---|
ATParticipantRecoveryModule() |
| 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() |
void |
uninstall()
called by the service shutdown code after the recovery module is removed from the recovery managers
module list
|
public void install()
install in interface XTSRecoveryModulepublic void uninstall()
uninstall in interface XTSRecoveryModulepublic void periodicWorkFirstPass()
periodicWorkFirstPass in interface com.arjuna.ats.arjuna.recovery.RecoveryModulepublic void periodicWorkSecondPass()
periodicWorkSecondPass in interface com.arjuna.ats.arjuna.recovery.RecoveryModuleCopyright © 2018 JBoss by Red Hat. All rights reserved.