Apache Tuscany SCA Core SPI

org.apache.tuscany.sca.store
Interface RecoveryListener


public interface RecoveryListener

Implementations receive callback events during a store recovery operation

Version:
$Rev: 537206 $ $Date: 2007-05-11 16:14:19 +0100 (Fri, 11 May 2007) $

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


Apache Tuscany SCA Core SPI

Apache Tuscany is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache WS PMC.