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 IHealthCheckHealthCheckRegistry. getHealthCheck(String name)Methods in de.xima.fc.system.impl.server.health with parameters of type IHealthCheck Modifier and Type Method Description voidHealthCheckRegistry. 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 IHealthCheckIHealthCheckRegistry. 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 voidIHealthCheckRegistry. register(String name, IHealthCheck check)Register a health check. 
 -