Class JmxAttributeCheck
- java.lang.Object
-
- org.apache.felix.hc.generalchecks.JmxAttributeCheck
-
- All Implemented Interfaces:
org.apache.felix.hc.api.HealthCheck
public class JmxAttributeCheck extends Object implements org.apache.felix.hc.api.HealthCheck
HealthCheck
that checks one (or multiple) JMX attribute(s).
-
-
Constructor Summary
Constructors Constructor Description JmxAttributeCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.apache.felix.hc.generalchecks.JmxAttributeCheck.Config config, Map<String,Object> rawConfig)
org.apache.felix.hc.api.Result
execute()
-
-
-
Field Detail
-
HC_NAME
public static final String HC_NAME
- See Also:
- Constant Field Values
-
HC_LABEL
public static final String HC_LABEL
- See Also:
- Constant Field Values
-
-