|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecoveryProcess | |
org.objectweb.proactive.core.body.ft.protocols | Defines specific behavior for each implemented fault-tolerance protocol. |
org.objectweb.proactive.core.body.ft.util | Defines all needed servers for fault-tolerance mecanism, and a global server that implements all needed behaviors. |
org.objectweb.proactive.core.body.ft.util.faultdetection | Defines fault-detection interface of the fault-tolerance server. |
Uses of RecoveryProcess in org.objectweb.proactive.core.body.ft.protocols |
Fields in org.objectweb.proactive.core.body.ft.protocols declared as RecoveryProcess | |
protected RecoveryProcess |
FTManager.recovery
|
Uses of RecoveryProcess in org.objectweb.proactive.core.body.ft.util |
Classes in org.objectweb.proactive.core.body.ft.util that implement RecoveryProcess | |
class |
GlobalFTServer
A Generic fault-tolerance Server. |
Methods in org.objectweb.proactive.core.body.ft.util with parameters of type RecoveryProcess | |
void |
GlobalFTServer.startFailureDetector(LocationServer ls,
RecoveryProcess rp)
|
Uses of RecoveryProcess in org.objectweb.proactive.core.body.ft.util.faultdetection |
Methods in org.objectweb.proactive.core.body.ft.util.faultdetection with parameters of type RecoveryProcess | |
void |
FaultDetector.startFailureDetector(LocationServer ls,
RecoveryProcess rp)
Start the tread that periodically test the reachability of objects that are registred in the location server ls. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |