public abstract class AbstractChecker extends Object implements HealthChecker, ReadinessChecker
Modifier and Type | Field and Description |
---|---|
protected org.osgi.framework.Bundle |
bundle |
protected org.osgi.framework.BundleContext |
bundleContext |
protected org.osgi.framework.Bundle |
systemBundle |
protected org.osgi.framework.BundleContext |
systemBundleContext |
Constructor and Description |
---|
AbstractChecker() |
Modifier and Type | Method and Description |
---|---|
protected abstract List<Check> |
doCheck() |
List<Check> |
getFailingHealthChecks() |
List<Check> |
getFailingReadinessChecks() |
protected final org.osgi.framework.Bundle bundle
protected final org.osgi.framework.BundleContext bundleContext
protected final org.osgi.framework.Bundle systemBundle
protected final org.osgi.framework.BundleContext systemBundleContext
public List<Check> getFailingHealthChecks()
getFailingHealthChecks
in interface HealthChecker
public List<Check> getFailingReadinessChecks()
getFailingReadinessChecks
in interface ReadinessChecker
Copyright © 2011–2018 Red Hat. All rights reserved.