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

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

public class Killer
extends java.lang.Object
implements FTMessage

The vm is killed on reception of this message. For benchmarking use !

Since:
2.2
Author:
cdelbe
See Also:
Serialized Form

Constructor Summary
Killer()
           
 
Method Summary
 java.lang.Object 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

Killer

public Killer()
Method Detail

handleFTMessage

public java.lang.Object 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
See Also:
FTMessage.handleFTMessage(org.objectweb.proactive.core.body.ft.protocols.FTManager)


Copyright 2001-2005 INRIA All Rights Reserved.