Uses of Interface
org.objectweb.proactive.core.body.ft.message.MessageInfo

Packages that use MessageInfo
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.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.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.  
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 MessageInfo in org.objectweb.proactive.core.body.ft.protocols.cic.infos
 

Classes in org.objectweb.proactive.core.body.ft.protocols.cic.infos that implement MessageInfo
 class MessageInfoCIC
           
 

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

Methods in org.objectweb.proactive.core.body.ft.protocols.cic.servers with parameters of type MessageInfo
 void CheckpointServerCIC.outputCommit(MessageInfo mi)
           
 

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

Classes in org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos that implement MessageInfo
 class MessageInfoPMLRB
          Informations piggybacked on messages with the PMLRB protocol.
 

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

Methods in org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers with parameters of type MessageInfo
 void CheckpointServerPMLRB.outputCommit(MessageInfo mi)
           
 

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

Methods in org.objectweb.proactive.core.body.ft.servers with parameters of type MessageInfo
 void FTServer.outputCommit(MessageInfo mi)
           
 

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

Methods in org.objectweb.proactive.core.body.ft.servers.storage with parameters of type MessageInfo
 void CheckpointServer.outputCommit(MessageInfo mi)
          The state of the system must be commited before the sent of the message linked to the messageInfo mi.
 

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

Fields in org.objectweb.proactive.core.body.message declared as MessageInfo
protected  MessageInfo MessageImpl.messageInfos
          all values piggybacked for fault tolerance stuff
 

Methods in org.objectweb.proactive.core.body.message that return MessageInfo
 MessageInfo MessageImpl.getMessageInfo()
           
 MessageInfo Message.getMessageInfo()
          Returns fault-tolerance infos piggybacked on this message
 

Methods in org.objectweb.proactive.core.body.message with parameters of type MessageInfo
 void MessageImpl.setMessageInfo(MessageInfo mi)
           
 void Message.setMessageInfo(MessageInfo mi)
          Set fault-tolerance infos piggybacked on this message
 

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

Methods in org.objectweb.proactive.core.body.request that return MessageInfo
 MessageInfo AwaitedRequest.getMessageInfo()
           
 

Methods in org.objectweb.proactive.core.body.request with parameters of type MessageInfo
 void AwaitedRequest.setMessageInfo(MessageInfo mi)
           
 

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

Methods in org.objectweb.proactive.core.event that return MessageInfo
 MessageInfo MessageEvent.getMessageInfo()
           
 

Methods in org.objectweb.proactive.core.event with parameters of type MessageInfo
 void MessageEvent.setMessageInfo(MessageInfo mi)
           
 



Copyright 2001-2005 INRIA All Rights Reserved.