Package de.hybris.platform.healthcheck
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
-
-
Constructor Summary
Constructors Constructor Description HybrisHealthCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidsetBeanName(java.lang.String beanName)voidsetRegistry(com.codahale.metrics.health.HealthCheckRegistry registry)
-