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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
MessageInfoCIC, MessageInfoPMLRB

public interface MessageInfo
extends java.io.Serializable

Interface for piggybacked informations on messages.

Since:
2.2
Author:
cdelbe

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
 

Method Detail

getProtocolType

public int getProtocolType()
Return the protocol used by the sender of the attached message

Returns:
the protocol used by the sender of the attached message

isFromHalfBody

public boolean isFromHalfBody()
Return true if the attached message is sent from a halfbody

Returns:
true if the attached message is sent from a halfbody


Copyright 2001-2005 INRIA All Rights Reserved.