org.objectweb.jotm.core.recovery
Interface RecoveryManager


public interface RecoveryManager

The RecoveryManager is responsible for recovering JOTM after it has crashed.


Method Summary
 boolean recover()
          Recover JOTM.
 

Method Detail

recover

public boolean recover()
Recover JOTM. The method is invoked after JOTM is started and it is discovered that a crash has occured and JOTM has to be recovered.