org.objectweb.proactive.core.body.ft.servers.recovery
Class RecoveryJob

java.lang.Object
  extended byorg.objectweb.proactive.core.body.ft.servers.recovery.RecoveryJob
All Implemented Interfaces:
ActiveQueueJob

public class RecoveryJob
extends java.lang.Object
implements ActiveQueueJob

Job for recovering an activity.

Since:
2.2
Author:
cdelbe

Constructor Summary
RecoveryJob(Checkpoint toSend, int incarnation, Node receiver)
           
 
Method Summary
 void doTheJob()
          This method contains the main code of the job.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoveryJob

public RecoveryJob(Checkpoint toSend,
                   int incarnation,
                   Node receiver)
Parameters:
toSend - the checkpoint used for the recovery
incarnation - the incarnation number of this recovery
receiver - the node on which the activity is recovered
Method Detail

doTheJob

public void doTheJob()
Description copied from interface: ActiveQueueJob
This method contains the main code of the job. It is called by the active queue when the job is served.

Specified by:
doTheJob in interface ActiveQueueJob


Copyright 2001-2005 INRIA All Rights Reserved.