org.exist.management.impl
Interface SanityReportMBean

All Known Implementing Classes:
SanityReport

public interface SanityReportMBean


Method Summary
 Date getActualCheckStart()
           
 TabularData getErrors()
           
 String getLastActionInfo()
           
 Date getLastCheckEnd()
           
 Date getLastCheckStart()
           
 String getStatus()
           
 void triggerCheck(String output, String backup, String incremental)
           
 

Method Detail

getLastCheckStart

Date getLastCheckStart()

getLastCheckEnd

Date getLastCheckEnd()

getLastActionInfo

String getLastActionInfo()

getActualCheckStart

Date getActualCheckStart()

getStatus

String getStatus()

getErrors

TabularData getErrors()

triggerCheck

void triggerCheck(String output,
                  String backup,
                  String incremental)


Copyright (C) Wolfgang Meier. All rights reserved.