Class JavaVirtualMachineHealthChecker
java.lang.Object
dev.voidframework.healthcheck.checker.JavaVirtualMachineHealthChecker
- All Implemented Interfaces:
HealthChecker
Java Virtual Machine health checker.
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionChecks the health of the component.getName()Name of the health check.
-
Constructor Details
-
JavaVirtualMachineHealthChecker
public JavaVirtualMachineHealthChecker()
-
-
Method Details
-
getName
Description copied from interface:HealthCheckerName of the health check.- Specified by:
getNamein interfaceHealthChecker- Returns:
- The health check name
-
checkHealth
Description copied from interface:HealthCheckerChecks the health of the component.- Specified by:
checkHealthin interfaceHealthChecker- Returns:
- The component's health status
-