Uses of Class
org.objectweb.proactive.core.body.ft.message.HistoryUpdater

Packages that use HistoryUpdater
org.objectweb.proactive.core.body.ft.message Defines message logs, i.e. messages that have to be resent after a recovery.  
org.objectweb.proactive.core.body.ft.protocols.cic.managers Defines active object behavior for the CIC 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.storage Defines the storage process interface of the fault-tolerance server, i.e. the checkpoints storage service.  
 

Uses of HistoryUpdater in org.objectweb.proactive.core.body.ft.message
 

Methods in org.objectweb.proactive.core.body.ft.message with parameters of type HistoryUpdater
 void ReceptionHistory.updateHistory(HistoryUpdater hu)
          Update this history up to last;
 

Uses of HistoryUpdater in org.objectweb.proactive.core.body.ft.protocols.cic.managers
 

Methods in org.objectweb.proactive.core.body.ft.protocols.cic.managers that return HistoryUpdater
 HistoryUpdater FTManagerCIC.handlingGSCEEvent(GlobalStateCompletion fte)
          Commiting history because a new recovery line has occured
 HistoryUpdater FTManagerCIC.handlingOCEvent(OutputCommit fte)
          Commit history from fte.firstIndex up to the index fte.lastIndex because of an output commit.
 

Uses of HistoryUpdater in org.objectweb.proactive.core.body.ft.protocols.cic.servers
 

Methods in org.objectweb.proactive.core.body.ft.protocols.cic.servers with parameters of type HistoryUpdater
 void CheckpointServerCIC.commitHistory(HistoryUpdater rh)
           
 

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

Methods in org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers with parameters of type HistoryUpdater
 void CheckpointServerPMLRB.commitHistory(HistoryUpdater rh)
           
 

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

Methods in org.objectweb.proactive.core.body.ft.servers with parameters of type HistoryUpdater
 void FTServer.commitHistory(HistoryUpdater rh)
           
 

Uses of HistoryUpdater in org.objectweb.proactive.core.body.ft.servers.storage
 

Methods in org.objectweb.proactive.core.body.ft.servers.storage with parameters of type HistoryUpdater
 void CheckpointServer.commitHistory(HistoryUpdater rh)
          Add an history to a checkpoint.
 



Copyright 2001-2005 INRIA All Rights Reserved.