Class HybrisHealthCheck

java.lang.Object
com.codahale.metrics.health.HealthCheck
de.hybris.platform.healthcheck.HybrisHealthCheck
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware
Direct Known Subclasses:
DatabaseHealthCheck, LicenseHealthCheck

public abstract class HybrisHealthCheck extends com.codahale.metrics.health.HealthCheck implements org.springframework.beans.factory.BeanNameAware
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.codahale.metrics.health.HealthCheck

    com.codahale.metrics.health.HealthCheck.Result, com.codahale.metrics.health.HealthCheck.ResultBuilder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    setBeanName(String beanName)
     
    void
    setRegistry(com.codahale.metrics.health.HealthCheckRegistry registry)
     

    Methods inherited from class com.codahale.metrics.health.HealthCheck

    check, clock, execute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HybrisHealthCheck

      public HybrisHealthCheck()
  • Method Details

    • init

      @PostConstruct public void init()
    • setBeanName

      public void setBeanName(String beanName)
      Specified by:
      setBeanName in interface org.springframework.beans.factory.BeanNameAware
    • setRegistry

      public void setRegistry(com.codahale.metrics.health.HealthCheckRegistry registry)