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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GlobalStateCompletion, Heartbeat

public interface FTMessage
extends java.io.Serializable

A class implementing this interface is a non-fonctional message that can be handled by a FTManager.

Since:
ProActive 2.2
Author:
cdelbe

Method Summary
 int handleFTMessage(FTManager ftm)
          DoubleDispatch pattern.
 

Method Detail

handleFTMessage

public int handleFTMessage(FTManager ftm)
DoubleDispatch pattern. Use to select the handler in the FTManager

Parameters:
ftm - the FTManager that have to handle this message
Returns:
depend on the message type


Copyright ? April 2005 INRIA All Rights Reserved.