Uses of Interface
org.objectweb.proactive.core.body.ft.internalmsg.FTMessage

Packages that use FTMessage
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 Defines specific behavior for Communication-Induced Checkpointing protocol.  
org.objectweb.proactive.core.body.ft.util Defines all needed servers for fault-tolerance mecanism, and a global server that implements all needed behaviors.  
org.objectweb.proactive.core.body.ft.util.recovery Defines recovery process interface, i.e. the process responsible for triggering the recovery.  
org.objectweb.proactive.core.body.http HTTP implementation of the remote Body
org.objectweb.proactive.core.body.ibis IBIS implementation of the remote Body
org.objectweb.proactive.core.body.jini The body of an active object act as a hub of communication with other remote objects.  
org.objectweb.proactive.core.body.rmi The body of an active object act as a hub of communication with other remote objects.  
org.objectweb.proactive.ext.mixedlocation   
 

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

Methods in org.objectweb.proactive.core.body with parameters of type FTMessage
 int AbstractBody.receiveFTMessage(FTMessage fte)
           
 int UniversalBody.receiveFTMessage(FTMessage ev)
          For sending a non fonctional message to the FTManager linked to this object.
 

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

Classes in org.objectweb.proactive.core.body.ft.internalmsg that implement FTMessage
 class GlobalStateCompletion
          This event indicates to the receiver that a global state has been completed.
 class Heartbeat
          This class implements a simple heartbeat messages.
 

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

Methods in org.objectweb.proactive.core.body.ft.protocols with parameters of type FTMessage
abstract  int FTManager.handleFTMessage(FTMessage fte)
          This method is called when a non fonctionnal fault-tolerance message is received
 

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

Methods in org.objectweb.proactive.core.body.ft.protocols.cic with parameters of type FTMessage
 int HalfFTManagerCIC.handleFTMessage(FTMessage fte)
           
 int FTManagerCIC.handleFTMessage(FTMessage fte)
           
 

Uses of FTMessage in org.objectweb.proactive.core.body.ft.util
 

Methods in org.objectweb.proactive.core.body.ft.util with parameters of type FTMessage
 void GlobalFTServer.broadcastFTEvent(FTMessage fte)
           
 

Uses of FTMessage in org.objectweb.proactive.core.body.ft.util.recovery
 

Methods in org.objectweb.proactive.core.body.ft.util.recovery with parameters of type FTMessage
 void RecoveryProcess.broadcastFTEvent(FTMessage fte)
          Broadcast the event fte to every activity registered in the Recovery process
 

Uses of FTMessage in org.objectweb.proactive.core.body.http
 

Methods in org.objectweb.proactive.core.body.http with parameters of type FTMessage
 int RemoteBodyAdapter.receiveFTMessage(FTMessage ev)
           
 int HttpRemoteBodyImpl.receiveFTMessage(FTMessage ev)
           
 

Uses of FTMessage in org.objectweb.proactive.core.body.ibis
 

Methods in org.objectweb.proactive.core.body.ibis with parameters of type FTMessage
 int IbisRemoteBodyImpl.receiveFTMessage(FTMessage fte)
           
 int IbisRemoteBodyAdapter.receiveFTMessage(FTMessage ev)
           
 int IbisRemoteBody.receiveFTMessage(FTMessage fte)
          For sending a non fonctionnal message to the FTManager linked to this object
 

Uses of FTMessage in org.objectweb.proactive.core.body.jini
 

Methods in org.objectweb.proactive.core.body.jini with parameters of type FTMessage
 int JiniBodyImpl.receiveFTMessage(FTMessage fte)
           
 int JiniBodyAdapter.receiveFTMessage(FTMessage ev)
           
 int JiniBody.receiveFTMessage(FTMessage fte)
          For sending an event to the FTManager linked to this object
 

Uses of FTMessage in org.objectweb.proactive.core.body.rmi
 

Methods in org.objectweb.proactive.core.body.rmi with parameters of type FTMessage
 int RemoteBodyImpl.receiveFTMessage(FTMessage fte)
           
 int RemoteBodyAdapter.receiveFTMessage(FTMessage ev)
           
 int RemoteBody.receiveFTMessage(FTMessage fte)
          For sending a message to the FTManager linked to this object
 

Uses of FTMessage in org.objectweb.proactive.ext.mixedlocation
 

Methods in org.objectweb.proactive.ext.mixedlocation with parameters of type FTMessage
 int UniversalBodyWrapper.receiveFTMessage(FTMessage ev)
           
 



Copyright ? April 2005 INRIA All Rights Reserved.