Uses of Interface
de.xima.fc.system.server.api.health.IHealthCheck
-
Packages that use IHealthCheck Package Description de.xima.fc.system.impl.server.health de.xima.fc.system.server.api.health -
-
Uses of IHealthCheck in de.xima.fc.system.impl.server.health
Methods in de.xima.fc.system.impl.server.health that return IHealthCheck Modifier and Type Method Description IHealthCheck
HealthCheckRegistry. getHealthCheck(String name)
Methods in de.xima.fc.system.impl.server.health with parameters of type IHealthCheck Modifier and Type Method Description void
HealthCheckRegistry. register(String name, IHealthCheck check)
-
Uses of IHealthCheck in de.xima.fc.system.server.api.health
Methods in de.xima.fc.system.server.api.health that return IHealthCheck Modifier and Type Method Description IHealthCheck
IHealthCheckRegistry. getHealthCheck(String name)
Gets a health check.Methods in de.xima.fc.system.server.api.health with parameters of type IHealthCheck Modifier and Type Method Description void
IHealthCheckRegistry. register(String name, IHealthCheck check)
Register a health check.
-