Uses of Interface
com.arjuna.ats.arjuna.recovery.RecoveryModule
Packages that use RecoveryModule
-
Uses of RecoveryModule in com.arjuna.ats.arjuna.common
Methods in com.arjuna.ats.arjuna.common that return types with arguments of type RecoveryModuleModifier and TypeMethodDescriptionRecoveryEnvironmentBean.getRecoveryModules()Returns the set of RecoveryModule instances.Method parameters in com.arjuna.ats.arjuna.common with type arguments of type RecoveryModuleModifier and TypeMethodDescriptionvoidRecoveryEnvironmentBean.setRecoveryModules(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.recoveryModifier and TypeInterfaceDescriptioninterfaceAn interface that adds extra behaviour to RecoveryModules.Methods in com.arjuna.ats.arjuna.recovery that return types with arguments of type RecoveryModuleModifier and TypeMethodDescriptionfinal Vector<RecoveryModule>RecoveryManager.getModules()Obtain a snapshot list of available recovery modules.Methods in com.arjuna.ats.arjuna.recovery with parameters of type RecoveryModuleModifier and TypeMethodDescriptionfinal voidRecoveryManager.addModule(RecoveryModule module) Add a recovery module to the system.final voidRecoveryManager.removeModule(RecoveryModule module, boolean waitOnScan) Remove a recovery module from the system.