Class ScriptedHealthCheck
- java.lang.Object
-
- org.apache.felix.hc.generalchecks.ScriptedHealthCheck
-
- All Implemented Interfaces:
org.apache.felix.hc.api.HealthCheck
public class ScriptedHealthCheck extends Object implements org.apache.felix.hc.api.HealthCheck
HealthCheck
that runs an arbitrary script.
-
-
Field Summary
Fields Modifier and Type Field Description static String
HC_LABEL
static String
JCR_FILE_URL_PREFIX
-
Constructor Summary
Constructors Constructor Description ScriptedHealthCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.osgi.framework.BundleContext context, org.apache.felix.hc.generalchecks.ScriptedHealthCheck.Config config)
org.apache.felix.hc.api.Result
execute()
-
-
-
Field Detail
-
HC_LABEL
public static final String HC_LABEL
- See Also:
- Constant Field Values
-
JCR_FILE_URL_PREFIX
public static final String JCR_FILE_URL_PREFIX
- See Also:
- Constant Field Values
-
-