public class SubordinateATCoordinatorRecoveryModule extends Object implements XTSRecoveryModule
Modifier | Constructor and Description |
---|---|
|
SubordinateATCoordinatorRecoveryModule() |
protected |
SubordinateATCoordinatorRecoveryModule(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() |
void |
uninstall()
module list in order to allow the implementations list to be purged of this module's implementations
|
public SubordinateATCoordinatorRecoveryModule()
protected SubordinateATCoordinatorRecoveryModule(String type)
public void install()
install
in interface XTSRecoveryModule
public void uninstall()
uninstall
in interface XTSRecoveryModule
public void periodicWorkFirstPass()
periodicWorkFirstPass
in interface com.arjuna.ats.arjuna.recovery.RecoveryModule
public void periodicWorkSecondPass()
periodicWorkSecondPass
in interface com.arjuna.ats.arjuna.recovery.RecoveryModule
Copyright © 2017 JBoss by Red Hat. All rights reserved.