org.objectweb.proactive.core.body.ft.internalmsg
Interface FTMessage
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- GlobalStateCompletion, Heartbeat, Killer, OutputCommit
- 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
handleFTMessage
public java.lang.Object 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 2001-2005 INRIA All Rights Reserved.