|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.body.ft.servers.recovery.RecoveryJob
Job for recovering an activity.
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 |
public RecoveryJob(Checkpoint toSend, int incarnation, Node receiver)
toSend
- the checkpoint used for the recoveryincarnation
- the incarnation number of this recoveryreceiver
- the node on which the activity is recoveredMethod Detail |
public void doTheJob()
ActiveQueueJob
doTheJob
in interface ActiveQueueJob
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |