|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRecovery
Used to determine if actions are necessary to resume the application. Actions which have to be executed to resume the application are called 'Recovery'.
| Method Summary | |
|---|---|
IRecoveryStrategy |
getRecoveryStrategy(Robot robot)
Returns the recovery strategy which is executed if the application is resumed. |
boolean |
isRecoveryRequired()
Determines if actions are necessary to resume the application. |
boolean |
isRecoveryRequired(Robot robot)
Determines if actions are necessary to resume the application. |
| Method Detail |
|---|
boolean isRecoveryRequired()
true if at least one of the robots needs to perform
actions to resume the application given that the application is
in state pause. Otherwise the function returns
false.boolean isRecoveryRequired(Robot robot)
robot - device under investigation.
true if the robot needs to perform actions to resume the
application given that the application is in state pause.
Otherwise the function returns false.IRecoveryStrategy getRecoveryStrategy(Robot robot)
robot - device under investigation.
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||