Uses of Interface
org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess

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.protocols.cic.servers Defines the CIC protocol specific behavior of the fault-tolerance servers.  
org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers Defines the PML protocol specific behavior of the fault-tolerance servers.  
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.recovery Defines recovery process interface, i.e. the process responsible for triggering the recovery.  
 

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.protocols.cic.servers
 

Classes in org.objectweb.proactive.core.body.ft.protocols.cic.servers that implement RecoveryProcess
 class RecoveryProcessCIC
          Defines the recovery behavior for the CIC protocol.
 

Uses of RecoveryProcess in org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers
 

Classes in org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers that implement RecoveryProcess
 class RecoveryProcessPMLRB
          This class defines a recovery process for PMLRB protocol.
 

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

Classes in org.objectweb.proactive.core.body.ft.servers that implement RecoveryProcess
 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 RecoveryProcess
 RecoveryProcess FTServer.getRecoveryProcess()
           
 

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

Uses of RecoveryProcess in org.objectweb.proactive.core.body.ft.servers.recovery
 

Classes in org.objectweb.proactive.core.body.ft.servers.recovery that implement RecoveryProcess
 class RecoveryProcessImpl
           
 



Copyright 2001-2005 INRIA All Rights Reserved.