org.objectweb.proactive.core.body.ft.internalmsg
Class Heartbeat

java.lang.Object
  extended byorg.objectweb.proactive.core.body.ft.internalmsg.Heartbeat
All Implemented Interfaces:
FTMessage, java.io.Serializable

public class Heartbeat
extends java.lang.Object
implements FTMessage

This class implements a simple heartbeat messages. The reception of such a message just return.

Since:
ProActive 2.2
Author:
cdelbe
See Also:
Serialized Form

Constructor Summary
Heartbeat()
          Create a new heartbeat message.
 
Method Summary
 int handleFTMessage(FTManager ftm)
          DoubleDispatch pattern.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Heartbeat

public Heartbeat()
Create a new heartbeat message.

Method Detail

handleFTMessage

public int handleFTMessage(FTManager ftm)
Description copied from interface: FTMessage
DoubleDispatch pattern. Use to select the handler in the FTManager

Specified by:
handleFTMessage in interface FTMessage
Parameters:
ftm - the FTManager that have to handle this message
Returns:
depend on the message type


Copyright ? April 2005 INRIA All Rights Reserved.