org.apache.jackrabbit.core.persistence.check
Interface ConsistencyCheckListener


public interface ConsistencyCheckListener


Method Summary
 void error(String id, String message)
          Called on errors with the check procedure
 void info(String id, String message)
          Called on progress with the check procedure
 void report(ReportItem item)
          Called when there's a consistency problem to be reported
 void startCheck(String id)
          Called when checking of a node starts
 

Method Detail

startCheck

void startCheck(String id)
Called when checking of a node starts

Parameters:
id - node ID

report

void report(ReportItem item)
Called when there's a consistency problem to be reported

Parameters:
item - problem report

error

void error(String id,
           String message)
Called on errors with the check procedure

Parameters:
id - node id (can be null)
message -

info

void info(String id,
          String message)
Called on progress with the check procedure

Parameters:
id - node id (can be null)
message -


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.