Package org.apache.sling.installer.hc
Class OsgiInstallerHealthCheck
java.lang.Object
org.apache.sling.installer.hc.OsgiInstallerHealthCheck
- All Implemented Interfaces:
org.apache.felix.hc.api.HealthCheck
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static @interface
-
Field Summary
Fields inherited from interface org.apache.felix.hc.api.HealthCheck
ASYNC_CRON_EXPRESSION, ASYNC_INTERVAL_IN_SEC, KEEP_NON_OK_RESULTS_STICKY_FOR_SEC, MBEAN_NAME, NAME, RESULT_CACHE_TTL_IN_MS, TAGS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
configure
(OsgiInstallerHealthCheck.Configuration configuration) org.apache.felix.hc.api.Result
execute()
-
Field Details
-
HC_NAME
- See Also:
-
-
Constructor Details
-
OsgiInstallerHealthCheck
public OsgiInstallerHealthCheck()
-
-
Method Details
-
configure
-
execute
public org.apache.felix.hc.api.Result execute()- Specified by:
execute
in interfaceorg.apache.felix.hc.api.HealthCheck
-