org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos
Class MessageInfoPMLRB

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

public class MessageInfoPMLRB
extends java.lang.Object
implements MessageInfo

Informations piggybacked on messages with the PMLRB protocol.

Since:
3.0
Author:
cdelbe
See Also:
Serialized Form

Field Summary
 long sentSequenceNumber
           
 
Constructor Summary
MessageInfoPMLRB()
           
 
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

sentSequenceNumber

public long sentSequenceNumber
Constructor Detail

MessageInfoPMLRB

public MessageInfoPMLRB()
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.