Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init()  
      void setBeanName​(java.lang.String beanName)  
      void setRegistry​(com.codahale.metrics.health.HealthCheckRegistry registry)  
      • Methods inherited from class com.codahale.metrics.health.HealthCheck

        check, execute
      • Methods inherited from class java.lang.Object

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

      • HybrisHealthCheck

        public HybrisHealthCheck()
    • Method Detail

      • init

        @PostConstruct
        public void init()
      • setBeanName

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

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