Uses of Interface
com.arjuna.ats.arjuna.recovery.RecoveryModule
-
Packages that use RecoveryModule Package Description com.arjuna.ats.arjuna.common com.arjuna.ats.arjuna.recovery -
-
Uses of RecoveryModule in com.arjuna.ats.arjuna.common
Methods in com.arjuna.ats.arjuna.common that return types with arguments of type RecoveryModule Modifier and Type Method Description java.util.List<RecoveryModule>RecoveryEnvironmentBean. getRecoveryModules()Returns the set of RecoveryModule instances.Method parameters in com.arjuna.ats.arjuna.common with type arguments of type RecoveryModule Modifier and Type Method Description voidRecoveryEnvironmentBean. setRecoveryModules(java.util.List<RecoveryModule> recoveryModules)Sets the instances of RecoveryModule. -
Uses of RecoveryModule in com.arjuna.ats.arjuna.recovery
Subinterfaces of RecoveryModule in com.arjuna.ats.arjuna.recovery Modifier and Type Interface Description interfaceExtendedRecoveryModuleAn interface that adds extra behaviour to RecoveryModules.Methods in com.arjuna.ats.arjuna.recovery that return types with arguments of type RecoveryModule Modifier and Type Method Description java.util.Vector<RecoveryModule>RecoveryManager. getModules()Obtain a snapshot list of available recovery modules.Methods in com.arjuna.ats.arjuna.recovery with parameters of type RecoveryModule Modifier and Type Method Description voidRecoveryManager. addModule(RecoveryModule module)Add a recovery module to the system.voidRecoveryManager. removeModule(RecoveryModule module, boolean waitOnScan)Remove a recovery module from the system.
-