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

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

public class GlobalStateCompletion
extends java.lang.Object
implements FTMessage

This event indicates to the receiver that a global state has been completed.

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

Constructor Summary
GlobalStateCompletion(int index)
          Create a non-fonctional message.
 
Method Summary
 int getIndex()
           
 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

GlobalStateCompletion

public GlobalStateCompletion(int index)
Create a non-fonctional message.

Parameters:
index - the index of the completed global state
Method Detail

getIndex

public int getIndex()

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.