Uses of Class
org.apache.felix.hc.core.impl.monitor.HealthCheckMonitor.ChangeType
-
Packages that use HealthCheckMonitor.ChangeType Package Description org.apache.felix.hc.core.impl.monitor -
-
Uses of HealthCheckMonitor.ChangeType in org.apache.felix.hc.core.impl.monitor
Methods in org.apache.felix.hc.core.impl.monitor that return HealthCheckMonitor.ChangeType Modifier and Type Method Description HealthCheckMonitor.ChangeType
logResults()
HealthCheckMonitor.ChangeType
sendEvents()
static HealthCheckMonitor.ChangeType
HealthCheckMonitor.ChangeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static HealthCheckMonitor.ChangeType[]
HealthCheckMonitor.ChangeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-