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 Defines specific behavior for each implemented fault-tolerance 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.pmlrb.managers Defines active object behavior for the PML 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 ProActiveMetaObjectFactory.FTManagerFactoryImpl.newFTManager(int protocolSelector)
           
 FTManager ProActiveMetaObjectFactory.FTManagerFactoryImpl.newHalfFTManager(int protocolSelector)
           
 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
 java.lang.Object OutputCommit.handleFTMessage(FTManager ftm)
           
 java.lang.Object Killer.handleFTMessage(FTManager ftm)
           
 java.lang.Object GlobalStateCompletion.handleFTMessage(FTManager ftm)
           
 java.lang.Object Heartbeat.handleFTMessage(FTManager ftm)
           
 java.lang.Object FTMessage.handleFTMessage(FTManager ftm)
          DoubleDispatch pattern.
 

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

Methods in org.objectweb.proactive.core.body.ft.protocols that return FTManager
 FTManager FTManagerFactory.newFTManager(int protocolSelector)
          Return a fault-tolerance manager for a body
 FTManager FTManagerFactory.newHalfFTManager(int protocolSelector)
          Return a fault-tolerance manager for a halfbody
 

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

Subclasses of FTManager in org.objectweb.proactive.core.body.ft.protocols.cic.managers
 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.ft.protocols.pmlrb.managers
 

Subclasses of FTManager in org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers
 class FTManagerPMLRB
          This class defines the fault-tolerance manager for the Pessimistic Message Logging protocol, Receiver Based approach.
 class HalfFTManagerPMLRB
          This class implements a Pessimistic Message Logging 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 2001-2005 INRIA All Rights Reserved.