org.objectweb.proactive.core.body.ft.protocols.cic.infos
Class MessageInfoCIC

java.lang.Object
  extended byorg.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC
All Implemented Interfaces:
MessageInfo, java.io.Serializable

public class MessageInfoCIC
extends java.lang.Object
implements MessageInfo

Since:
2.2
Author:
cdelbe
See Also:
Serialized Form

Field Summary
 char checkpointIndex
           
 boolean fromHalfBody
           
 char historyIndex
           
 char incarnation
           
 char isOrphanFor
           
 char lastRecovery
           
 long positionInHistory
           
 java.util.Hashtable vectorClock
           
 
Constructor Summary
MessageInfoCIC()
           
 
Method Summary
 int getProtocolType()
          Return the protocol used by the sender of the attached message
 boolean isFromHalfBody()
          Return true if the attached message is sent from a halfbody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

checkpointIndex

public char checkpointIndex

historyIndex

public char historyIndex

incarnation

public char incarnation

lastRecovery

public char lastRecovery

isOrphanFor

public char isOrphanFor

fromHalfBody

public boolean fromHalfBody

positionInHistory

public long positionInHistory

vectorClock

public java.util.Hashtable vectorClock
Constructor Detail

MessageInfoCIC

public MessageInfoCIC()
Method Detail

getProtocolType

public int getProtocolType()
Description copied from interface: MessageInfo
Return the protocol used by the sender of the attached message

Specified by:
getProtocolType in interface MessageInfo
Returns:
the protocol used by the sender of the attached message
See Also:
MessageInfo.getProtocolType()

isFromHalfBody

public boolean isFromHalfBody()
Description copied from interface: MessageInfo
Return true if the attached message is sent from a halfbody

Specified by:
isFromHalfBody in interface MessageInfo
Returns:
true if the attached message is sent from a halfbody
See Also:
MessageInfo.isFromHalfBody()


Copyright 2001-2005 INRIA All Rights Reserved.