Interface HealthCheck

All Superinterfaces:
net.avcompris.commons3.dao.HealthCheckDb
All Known Subinterfaces:
MutableHealthCheck

public interface HealthCheck extends net.avcompris.commons3.dao.HealthCheckDb
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.avcompris.commons3.dao.HealthCheckDb

    net.avcompris.commons3.dao.HealthCheckDb.RuntimeDbColumn, net.avcompris.commons3.dao.HealthCheckDb.RuntimeDbStatus, net.avcompris.commons3.dao.HealthCheckDb.RuntimeDbTable
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    boolean
     

    Methods inherited from interface net.avcompris.commons3.dao.HealthCheckDb

    getRuntimeDbStatus
  • Method Details

    • isOk

      boolean isOk()
      Specified by:
      isOk in interface net.avcompris.commons3.dao.HealthCheckDb
    • getComponentName

      String getComponentName()
    • getErrors

      @Nullable String[] getErrors()
      Specified by:
      getErrors in interface net.avcompris.commons3.dao.HealthCheckDb