|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocationServer | |
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 LocationServer in org.objectweb.proactive.core.body.ft.protocols |
Fields in org.objectweb.proactive.core.body.ft.protocols declared as LocationServer | |
protected LocationServer |
FTManager.location
|
Uses of LocationServer in org.objectweb.proactive.core.body.ft.util |
Classes in org.objectweb.proactive.core.body.ft.util that implement LocationServer | |
class |
GlobalFTServer
A Generic fault-tolerance Server. |
Methods in org.objectweb.proactive.core.body.ft.util with parameters of type LocationServer | |
void |
GlobalFTServer.startFailureDetector(LocationServer ls,
RecoveryProcess rp)
|
Uses of LocationServer in org.objectweb.proactive.core.body.ft.util.faultdetection |
Methods in org.objectweb.proactive.core.body.ft.util.faultdetection with parameters of type LocationServer | |
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 |