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
Nested ClassesModifier and TypeClassDescriptionprotected static @interface -
Field Summary
FieldsFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigure(OsgiInstallerHealthCheck.Configuration configuration) org.apache.felix.hc.api.Resultexecute()
-
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:
executein interfaceorg.apache.felix.hc.api.HealthCheck
-