org.apache.tuscany.sca.store
Interface RecoveryListener


public interface RecoveryListener

Implementations receive callback events during a store recovery operation


Method Summary
 void onBegin()
          Signals the start of a recovery
 void onEnd()
          Signals the end of recovery
 void onRecord(java.util.UUID id)
          Received when a record is recovered
 

Method Detail

onBegin

void onBegin()
Signals the start of a recovery


onRecord

void onRecord(java.util.UUID id)
Received when a record is recovered

Parameters:
id -

onEnd

void onEnd()
Signals the end of recovery