Uses of Class
org.objectweb.proactive.core.body.ft.checkpointing.Checkpoint

Packages that use Checkpoint
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.  
org.objectweb.proactive.core.body.ft.servers.storage Defines the storage process interface of the fault-tolerance server, i.e. the checkpoints storage service.  
org.objectweb.proactive.core.runtime Defines all classes needed to build a ProActiveRuntime.  
org.objectweb.proactive.core.runtime.http HTTP implementation of ProActiveRuntime
org.objectweb.proactive.core.runtime.ibis Ibis implementation of ProActiveRuntime
org.objectweb.proactive.core.runtime.rmi RMI implementation of ProActiveRuntime
 

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

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

Methods in org.objectweb.proactive.core.body.ft.protocols.cic.servers with parameters of type Checkpoint
 int CheckpointServerCIC.storeCheckpoint(Checkpoint c, int incarnation)
           
 

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

Methods in org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers that return Checkpoint
 Checkpoint CheckpointServerPMLRB.getCheckpoint(UniqueID id, int sequenceNumber)
          Not implemented for this procotol.
 Checkpoint CheckpointServerPMLRB.getLastCheckpoint(UniqueID id)
           
 

Methods in org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers with parameters of type Checkpoint
 int CheckpointServerPMLRB.storeCheckpoint(Checkpoint c, int incarnation)
           
 

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

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

Methods in org.objectweb.proactive.core.body.ft.servers with parameters of type Checkpoint
 int FTServer.storeCheckpoint(Checkpoint c, int incarnation)
           
 

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

Constructors in org.objectweb.proactive.core.body.ft.servers.recovery with parameters of type Checkpoint
RecoveryJob(Checkpoint toSend, int incarnation, Node receiver)
           
 

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

Methods in org.objectweb.proactive.core.body.ft.servers.storage that return Checkpoint
 Checkpoint CheckpointServer.getCheckpoint(UniqueID id, int sequenceNumber)
          Return a checkpoint of the object identified by id.
 Checkpoint CheckpointServer.getLastCheckpoint(UniqueID id)
          Return the latest checkpoint of the object identified by id
 

Methods in org.objectweb.proactive.core.body.ft.servers.storage with parameters of type Checkpoint
 int CheckpointServer.storeCheckpoint(Checkpoint c, int incarnation)
          Store a checkpoint in the checkpoint server.
 

Uses of Checkpoint in org.objectweb.proactive.core.runtime
 

Methods in org.objectweb.proactive.core.runtime with parameters of type Checkpoint
 UniversalBody ProActiveRuntimeForwarderImpl.receiveCheckpoint(UniqueRuntimeID urid, java.lang.String nodeURL, Checkpoint ckpt, int inc)
           
 UniversalBody ProActiveRuntimeForwarder.receiveCheckpoint(UniqueRuntimeID urid, java.lang.String nodeName, Checkpoint ckpt, int inc)
           
 UniversalBody ProActiveRuntimeAdapterImpl.receiveCheckpoint(java.lang.String nodeName, Checkpoint ckpt, int inc)
           
 UniversalBody RemoteProActiveRuntime.receiveCheckpoint(java.lang.String nodeName, Checkpoint ckpt, int inc)
           
 UniversalBody RemoteProActiveRuntimeForwarder.receiveCheckpoint(UniqueRuntimeID ruid, java.lang.String nodeName, Checkpoint ckpt, int inc)
           
 UniversalBody ProActiveRuntimeAdapterForwarderImpl.receiveCheckpoint(java.lang.String nodeName, Checkpoint ckpt, int inc)
           
 UniversalBody ProActiveRuntimeImpl.receiveCheckpoint(java.lang.String nodeURL, Checkpoint ckpt, int inc)
           
 UniversalBody ProActiveRuntime.receiveCheckpoint(java.lang.String nodeName, Checkpoint ckpt, int inc)
          The runtime recovers the body contained in the checkpoint ckpt.
 

Uses of Checkpoint in org.objectweb.proactive.core.runtime.http
 

Methods in org.objectweb.proactive.core.runtime.http with parameters of type Checkpoint
 UniversalBody HttpProActiveRuntime.receiveCheckpoint(java.lang.String nodeURL, Checkpoint ckpt, int inc)
           
 

Uses of Checkpoint in org.objectweb.proactive.core.runtime.ibis
 

Methods in org.objectweb.proactive.core.runtime.ibis with parameters of type Checkpoint
 UniversalBody IbisProActiveRuntimeImpl.receiveCheckpoint(java.lang.String nodeURL, Checkpoint ckpt, int inc)
           
 

Uses of Checkpoint in org.objectweb.proactive.core.runtime.rmi
 

Methods in org.objectweb.proactive.core.runtime.rmi with parameters of type Checkpoint
 UniversalBody RmiProActiveRuntimeForwarderImpl.receiveCheckpoint(UniqueRuntimeID urid, java.lang.String nodeName, Checkpoint ckpt, int inc)
           
 UniversalBody RmiProActiveRuntimeImpl.receiveCheckpoint(java.lang.String nodeURL, Checkpoint ckpt, int inc)
           
 



Copyright 2001-2005 INRIA All Rights Reserved.