public class OsgiInstallerHealthCheck extends java.lang.Object implements HealthCheck
Modifier and Type | Class and Description |
---|---|
protected static interface |
OsgiInstallerHealthCheck.Configuration |
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
HC_NAME |
ASYNC_CRON_EXPRESSION, MBEAN_NAME, NAME, RESULT_CACHE_TTL_IN_MS, TAGS, WARNINGS_STICK_FOR_MINUTES
Constructor and Description |
---|
OsgiInstallerHealthCheck() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(OsgiInstallerHealthCheck.Configuration configuration) |
Result |
execute()
Execute this health check and return a
Result
This is meant to execute quickly, access to external
systems, for example, should be managed asynchronously. |
protected static final java.lang.String HC_NAME
protected void activate(OsgiInstallerHealthCheck.Configuration configuration)
public Result execute()
HealthCheck
Result
This is meant to execute quickly, access to external
systems, for example, should be managed asynchronously.execute
in interface HealthCheck
Copyright © 2018 The Apache Software Foundation. All rights reserved.