org.objectweb.proactive.core.body.ft.protocols.cic.servers
Class RecoveryProcessCIC

java.lang.Object
  extended byorg.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
      extended byorg.objectweb.proactive.core.body.ft.protocols.cic.servers.RecoveryProcessCIC
All Implemented Interfaces:
RecoveryProcess, java.rmi.Remote

public class RecoveryProcessCIC
extends RecoveryProcessImpl

Defines the recovery behavior for the CIC protocol.

Since:
2.2
Author:
cdelbe

Field Summary
 
Fields inherited from class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
bodies, logger, MAX_ACTIVE_QUEUES, server
 
Fields inherited from interface org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess
FAILED, RECOVERING, RUNNING
 
Constructor Summary
RecoveryProcessCIC(FTServer server)
           
 
Method Summary
protected  void recover(UniqueID failed)
          This method define the recovery behavior.
 
Methods inherited from class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
failureDetected, getSystemSize, initialize, register, submitJob, submitJobWithBarrier, unregister, updateState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoveryProcessCIC

public RecoveryProcessCIC(FTServer server)
Parameters:
server -
Method Detail

recover

protected void recover(UniqueID failed)
Description copied from class: RecoveryProcessImpl
This method define the recovery behavior.

Specified by:
recover in class RecoveryProcessImpl
Parameters:
failed -
See Also:
RecoveryProcessImpl.recover(org.objectweb.proactive.core.UniqueID)


Copyright 2001-2005 INRIA All Rights Reserved.