|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecoveryModule | |
---|---|
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 | |
---|---|
List<RecoveryModule> |
RecoveryEnvironmentBean.getRecoveryModules()
Returns the set of RecoveryModule instances. |
Method parameters in com.arjuna.ats.arjuna.common with type arguments of type RecoveryModule | |
---|---|
void |
RecoveryEnvironmentBean.setRecoveryModules(List<RecoveryModule> recoveryModules)
Sets the instances of RecoveryModule. |
Uses of RecoveryModule in com.arjuna.ats.arjuna.recovery |
---|
Methods in com.arjuna.ats.arjuna.recovery that return types with arguments of type RecoveryModule | |
---|---|
Vector<RecoveryModule> |
RecoveryManager.getModules()
Obtain a snapshot list of available recovery modules. |
Methods in com.arjuna.ats.arjuna.recovery with parameters of type RecoveryModule | |
---|---|
void |
RecoveryManager.addModule(RecoveryModule module)
Add a recovery module to the system. |
void |
RecoveryManager.removeModule(RecoveryModule module,
boolean waitOnScan)
Remove a recovery module from the system. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |