Uses of Interface
org.objectweb.proactive.core.body.ft.checkpointing.CheckpointInfo

Packages that use CheckpointInfo
org.objectweb.proactive.core.body.ft.checkpointing Defines the implementation of an active object checkpoint.  
org.objectweb.proactive.core.body.ft.protocols Defines specific behavior for each implemented fault-tolerance protocol.  
org.objectweb.proactive.core.body.ft.protocols.cic.infos Defines informations that have to be linked with checkpoints and messages for CIC protocol.  
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.infos Defines informations that have to be linked with checkpoints and messages for PML protocol.  
org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers Defines active object behavior for the PML protocol.  
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 CheckpointInfo in org.objectweb.proactive.core.body.ft.checkpointing
 

Methods in org.objectweb.proactive.core.body.ft.checkpointing that return CheckpointInfo
 CheckpointInfo Checkpoint.getCheckpointInfo()
           
 

Methods in org.objectweb.proactive.core.body.ft.checkpointing with parameters of type CheckpointInfo
 void Checkpoint.setCheckpointInfo(CheckpointInfo ci)
           
 

Uses of CheckpointInfo in org.objectweb.proactive.core.body.ft.protocols
 

Methods in org.objectweb.proactive.core.body.ft.protocols with parameters of type CheckpointInfo
abstract  int FTManager.beforeRestartAfterRecovery(CheckpointInfo ci, int inc)
          This method is called before restarting an object which has been recovered from a checkpoint.
 

Uses of CheckpointInfo in org.objectweb.proactive.core.body.ft.protocols.cic.infos
 

Classes in org.objectweb.proactive.core.body.ft.protocols.cic.infos that implement CheckpointInfo
 class CheckpointInfoCIC
          This class contains several informations about a checkpoint.
 

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

Methods in org.objectweb.proactive.core.body.ft.protocols.cic.managers with parameters of type CheckpointInfo
 int HalfFTManagerCIC.beforeRestartAfterRecovery(CheckpointInfo ci, int inc)
           
 int FTManagerCIC.beforeRestartAfterRecovery(CheckpointInfo ci, int inc)
           
 

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

Methods in org.objectweb.proactive.core.body.ft.protocols.cic.servers that return CheckpointInfo
 CheckpointInfo CheckpointServerCIC.getInfoFromCheckpoint(UniqueID id, int sequenceNumber)
           
 

Methods in org.objectweb.proactive.core.body.ft.protocols.cic.servers with parameters of type CheckpointInfo
 void CheckpointServerCIC.addInfoToCheckpoint(CheckpointInfo ci, UniqueID id, int sequenceNumber, int incarnation)
           
 

Uses of CheckpointInfo in org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos
 

Classes in org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos that implement CheckpointInfo
 class CheckpointInfoPMLRB
          Checkpoint additional informations for the PMLRB protocol.
 

Uses of CheckpointInfo in org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers
 

Methods in org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers with parameters of type CheckpointInfo
 int HalfFTManagerPMLRB.beforeRestartAfterRecovery(CheckpointInfo ci, int inc)
           
 int FTManagerPMLRB.beforeRestartAfterRecovery(CheckpointInfo ci, int inc)
          Message logs are contained in the checkpoint info structure.
 

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

Methods in org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers that return CheckpointInfo
 CheckpointInfo CheckpointServerPMLRB.getInfoFromCheckpoint(UniqueID id, int sequenceNumber)
          Not implemented for this protocol.
 

Methods in org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers with parameters of type CheckpointInfo
 void CheckpointServerPMLRB.addInfoToCheckpoint(CheckpointInfo ci, UniqueID id, int sequenceNumber, int incarnation)
          Not implemented for this protocol.
 

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

Methods in org.objectweb.proactive.core.body.ft.servers that return CheckpointInfo
 CheckpointInfo FTServer.getInfoFromCheckpoint(UniqueID id, int sequenceNumber)
           
 

Methods in org.objectweb.proactive.core.body.ft.servers with parameters of type CheckpointInfo
 void FTServer.addInfoToCheckpoint(CheckpointInfo ci, UniqueID id, int sequenceNumber, int incarnation)
           
 

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

Methods in org.objectweb.proactive.core.body.ft.servers.storage that return CheckpointInfo
 CheckpointInfo CheckpointServer.getInfoFromCheckpoint(UniqueID id, int sequenceNumber)
          Return informations on the given checkpoint
 

Methods in org.objectweb.proactive.core.body.ft.servers.storage with parameters of type CheckpointInfo
 void CheckpointServer.addInfoToCheckpoint(CheckpointInfo ci, UniqueID id, int sequenceNumber, int incarnation)
          Add informations to an already stored checkpoint
 



Copyright 2001-2005 INRIA All Rights Reserved.