Class DsComponentsCheck
- java.lang.Object
-
- org.apache.felix.hc.generalchecks.DsComponentsCheck
-
- All Implemented Interfaces:
org.apache.felix.hc.api.HealthCheck
public class DsComponentsCheck extends Object implements org.apache.felix.hc.api.HealthCheck
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DsComponentsCheck.Config
-
Field Summary
Fields Modifier and Type Field Description static String
HC_DEFAULT_TAG
static String
HC_NAME
-
Constructor Summary
Constructors Constructor Description DsComponentsCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate(org.osgi.framework.BundleContext ctx, DsComponentsCheck.Config config)
org.apache.felix.hc.api.Result
execute()
protected org.apache.felix.hc.api.Result
executeInternal()
protected void
updatedServiceComponentRuntime(org.osgi.service.component.runtime.ServiceComponentRuntime c)
-
-
-
Field Detail
-
HC_NAME
public static final String HC_NAME
- See Also:
- Constant Field Values
-
HC_DEFAULT_TAG
public static final String HC_DEFAULT_TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
activate
public void activate(org.osgi.framework.BundleContext ctx, DsComponentsCheck.Config config) throws InterruptedException
- Throws:
InterruptedException
-
execute
public org.apache.felix.hc.api.Result execute()
- Specified by:
execute
in interfaceorg.apache.felix.hc.api.HealthCheck
-
executeInternal
protected org.apache.felix.hc.api.Result executeInternal()
-
updatedServiceComponentRuntime
protected void updatedServiceComponentRuntime(org.osgi.service.component.runtime.ServiceComponentRuntime c)
-
-