Uses of Interface
org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetector

Packages that use FaultDetector
org.objectweb.proactive.core.body.ft.servers Defines all needed servers for fault-tolerance mecanism, and a global server that implements all needed behaviors.  
org.objectweb.proactive.core.body.ft.servers.faultdetection Defines fault-detection interface of the fault-tolerance server.  
 

Uses of FaultDetector in org.objectweb.proactive.core.body.ft.servers
 

Classes in org.objectweb.proactive.core.body.ft.servers that implement FaultDetector
 class FTServer
          This server contains one instance of each needed servers for fault tolerance, and delegates each method call to the concerned subserver.
 

Methods in org.objectweb.proactive.core.body.ft.servers that return FaultDetector
 FaultDetector FTServer.getFaultDetector()
           
 

Methods in org.objectweb.proactive.core.body.ft.servers with parameters of type FaultDetector
 void FTServer.init(FaultDetector fd, LocationServer ls, RecoveryProcess rp, ResourceServer rs, CheckpointServer cs)
          Initialized server with each needed subservers
 void FTServer.setFaultDetector(FaultDetector faultDetector)
           
 

Uses of FaultDetector in org.objectweb.proactive.core.body.ft.servers.faultdetection
 

Classes in org.objectweb.proactive.core.body.ft.servers.faultdetection that implement FaultDetector
 class FaultDetectorImpl
          An implementation of the FaultDetector
 



Copyright 2001-2005 INRIA All Rights Reserved.