Uses of Class
org.objectweb.proactive.core.body.ft.protocols.FTManager

Packages that use FTManager
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active object.  
org.objectweb.proactive.core.body.ft.internalmsg **For internal use only** Defines messages that are use to synchronize fault-tolerance mechanism on each active object.  
org.objectweb.proactive.core.body.ft.protocols.cic Defines specific behavior for Communication-Induced Checkpointing protocol.  
org.objectweb.proactive.core.body.message **For internal use only** Defines the common message layer of Requests and Replies.  
org.objectweb.proactive.core.body.request Defines the request messages based of the common message layer.  
org.objectweb.proactive.core.event The active object created with ProActive generated events on demand when a listener registers to one component of the active object.  
 

Uses of FTManager in org.objectweb.proactive.core.body
 

Fields in org.objectweb.proactive.core.body declared as FTManager
protected  FTManager AbstractBody.ftmanager
           
 

Methods in org.objectweb.proactive.core.body that return FTManager
 FTManager AbstractBody.getFTManager()
          To get the FTManager of this body
 

Methods in org.objectweb.proactive.core.body with parameters of type FTManager
 void AbstractBody.setFTManager(FTManager ftm)
          To set the FTManager of this body
 

Uses of FTManager in org.objectweb.proactive.core.body.ft.internalmsg
 

Methods in org.objectweb.proactive.core.body.ft.internalmsg with parameters of type FTManager
 int Heartbeat.handleFTMessage(FTManager ftm)
           
 int GlobalStateCompletion.handleFTMessage(FTManager ftm)
           
 int FTMessage.handleFTMessage(FTManager ftm)
          DoubleDispatch pattern.
 

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

Subclasses of FTManager in org.objectweb.proactive.core.body.ft.protocols.cic
 class FTManagerCIC
          This class implements a Communication Induced Checkpointing protocol for ProActive.
 class HalfFTManagerCIC
          This class implements a Communication Induced Checkpointing protocol for ProActive.
 

Uses of FTManager in org.objectweb.proactive.core.body.message
 

Fields in org.objectweb.proactive.core.body.message declared as FTManager
protected  FTManager MessageImpl.ftm
          ftmanager linked to this message
 

Methods in org.objectweb.proactive.core.body.message that return FTManager
 FTManager MessageImpl.getFTManager()
           
 FTManager Message.getFTManager()
          Return the FTManager that have to treat this message
 

Methods in org.objectweb.proactive.core.body.message with parameters of type FTManager
 void MessageImpl.setFTManager(FTManager ft)
           
 void Message.setFTManager(FTManager ft)
          Set the FTManager that have to treat this message
 

Uses of FTManager in org.objectweb.proactive.core.body.request
 

Methods in org.objectweb.proactive.core.body.request that return FTManager
 FTManager AwaitedRequest.getFTManager()
           
 

Methods in org.objectweb.proactive.core.body.request with parameters of type FTManager
 void AwaitedRequest.setFTManager(FTManager ft)
           
 

Uses of FTManager in org.objectweb.proactive.core.event
 

Methods in org.objectweb.proactive.core.event that return FTManager
 FTManager MessageEvent.getFTManager()
           
 

Methods in org.objectweb.proactive.core.event with parameters of type FTManager
 void MessageEvent.setFTManager(FTManager ft)
           
 



Copyright ? April 2005 INRIA All Rights Reserved.